Skip to content

Commit

Permalink
ci(buildkite): exclude files/folders that are not tested in Buildkite (
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jan 23, 2025
1 parent 2ad8b08 commit 59522fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/pull-requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build_on_comment": true,
"trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^/test$",
"always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^/test$",
"skip_ci_on_only_changed": [ "^.ci/", "^.github/", "^.pre-commit-config.yaml", "^.mergify.yml", "\\.md$", "^changelog/", "^docs/"],
"fail_on_not_mergeable": true
},
{
Expand Down

0 comments on commit 59522fe

Please sign in to comment.