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 28, 2025
1 parent 0a88a48 commit e412e98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .buildkite/pull-requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"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": [
"^docs/",
"^.github/",
"^.mergify.yml"
],
"always_require_ci_on_changed": [ ]
},
{
Expand Down

0 comments on commit e412e98

Please sign in to comment.