Skip to content

Commit 4a1e315

Browse files
authored
ci(buildkite): exclude files/folders that are not tested in Buildkite (#42404)
1 parent 27adc68 commit 4a1e315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pull-requests.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"always_trigger_comment_regex": "^/(?:test)",
1414
"skip_ci_labels": ["skip-ci"],
1515
"skip_target_branches": [ ],
16-
"skip_ci_on_only_changed": [ ],
16+
"skip_ci_on_only_changed": [ "^.github/", "^.pre-commit-config.yaml", "^.mergify.yml", "\\.md$", "^docs/", "^updatecli-compose.yaml"],
1717
"always_require_ci_on_changed": [ ]
1818
}
1919
]

0 commit comments

Comments
 (0)