Skip to content

Commit 05eff47

Browse files
authored
ci(buildkite): exclude files/folders that are not tested in Buildkite (#267)
1 parent e67a760 commit 05eff47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pull-requests.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^/test$",
1414
"skip_ci_labels": [ ],
1515
"skip_target_branches": [ ],
16-
"skip_ci_on_only_changed": [ ],
16+
"skip_ci_on_only_changed": ["^.github/"],
1717
"always_require_ci_on_changed": [ ]
1818
}
1919
]

0 commit comments

Comments
 (0)