Skip to content

Commit 7143ea9

Browse files
mergify[bot]v1v
andauthored
ci(buildkite): exclude files/folders that are not tested in Buildkite (#4351) (#4352)
(cherry picked from commit 59522fe) Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
1 parent 92b0cae commit 7143ea9

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)