Skip to content

Commit 59522fe

Browse files
authored
ci(buildkite): exclude files/folders that are not tested in Buildkite (#4351)
1 parent 2ad8b08 commit 59522fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/pull-requests.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"build_on_comment": true,
1111
"trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^/test$",
1212
"always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^/test$",
13+
"skip_ci_on_only_changed": [ "^.ci/", "^.github/", "^.pre-commit-config.yaml", "^.mergify.yml", "\\.md$", "^changelog/", "^docs/"],
1314
"fail_on_not_mergeable": true
1415
},
1516
{

0 commit comments

Comments
 (0)