Ignore CODEOWNERS and OWNERS for CI (#4867) · openservicemesh/osm@2b7c781 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Commit 2b7c781

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 thomas@trstringer.com

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions

Original file line number Diff line number Diff line change
@@ -8,6 +8,8 @@ on:
8 8 - "docs/**"
9 9 - "**.md"
10 10 - "scripts/cleanup/**"
11 + - "CODEOWNERS"
12 + - "OWNERS"
11 13 pull_request:
12 14 branches:
13 15 - main
@@ -16,6 +18,8 @@ on:
16 18 - "docs/**"
17 19 - "**.md"
18 20 - "scripts/cleanup/**"
21 + - "CODEOWNERS"
22 + - "OWNERS"
19 23 env:
20 24 CI_WAIT_FOR_OK_SECONDS: 60
21 25 CI_MAX_ITERATIONS_THRESHOLD: 60