Skip to content

Commit

Permalink
Update pull-requests.json to skip CI in some cases (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
rowlandgeoff authored Oct 10, 2024
1 parent 3524096 commit 3d86832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pull-requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^/test$",
"skip_ci_labels": [ ],
"skip_target_branches": [ ],
"skip_ci_on_only_changed": [ ],
"skip_ci_on_only_changed": [ "\\.md$", ".mergify.yml", "^.github/workflows" ],
"always_require_ci_on_changed": [ ],
"fail_on_not_mergeable": true
},
Expand Down

0 comments on commit 3d86832

Please sign in to comment.