Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 2b7c781

Browse files
authored
Ignore CODEOWNERS and OWNERS for CI (#4867)
Currently when CODEOWNERS and OWNERS files are modified this will cause the CI pipeline to be triggered. There is no reason for CI to run when these two files are modified, so this change ignores them. Signed-off-by: Thomas Stringer <[email protected]>
1 parent 854edda commit 2b7c781

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- "docs/**"
99
- "**.md"
1010
- "scripts/cleanup/**"
11+
- "CODEOWNERS"
12+
- "OWNERS"
1113
pull_request:
1214
branches:
1315
- main
@@ -16,6 +18,8 @@ on:
1618
- "docs/**"
1719
- "**.md"
1820
- "scripts/cleanup/**"
21+
- "CODEOWNERS"
22+
- "OWNERS"
1923
env:
2024
CI_WAIT_FOR_OK_SECONDS: 60
2125
CI_MAX_ITERATIONS_THRESHOLD: 60

0 commit comments

Comments
 (0)