Skip to content

Commit fdbd2f6

Browse files
ignore changes to external-images.yaml in unrelated workflows (#135)
1 parent 765e506 commit fdbd2f6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88
branches: [ "main" ]
99
tags: [ '*.*.*' ]
1010
paths-ignores:
11-
- 'external-images.yml'
11+
- 'external-images.yaml'
1212
pull_request:
1313
branches: [ "main" ]
1414
paths-ignores:
15-
- 'external-images.yml'
15+
- 'external-images.yaml'
1616

1717
env:
1818
# Use docker.io for Docker Hub if empty

.github/workflows/quality.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ on:
55
- v*
66
branches:
77
- main
8+
paths-ignores:
9+
- 'external-images.yaml'
810
pull_request:
911
branches:
1012
- main
13+
paths-ignores:
14+
- 'external-images.yaml'
1115
permissions:
1216
contents: read
1317
# Optional: allow read access to pull request. Use with `only-new-issues` option.

0 commit comments

Comments
 (0)