Skip to content

Commit 2783e1f

Browse files
authored
fix(ci): don't run all tests on exclusions change (#3983)
ignore ".github/config/" so changes to the configs aren't considered global changes (which cause all packages to be tested)
1 parent 6582668 commit 2783e1f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/config/nodejs-dev.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"secrets": { }
2525
},
2626
"ignore": [
27+
".github/config/", // prevent changes to exclusions from running all tests
2728
".eslintignore",
2829
".eslintrc.json",
2930
".github/.OwlBot.lock.yaml",

.github/config/nodejs-prod.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"secrets": { }
2525
},
2626
"ignore": [
27+
".github/config/", // prevent changes to exclusions from running all tests
2728
".eslintignore",
2829
".eslintrc.json",
2930
".github/.OwlBot.lock.yaml",

0 commit comments

Comments
 (0)