From 7bb6a485b91cacf5b4f48835115865aaabc7909f Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 23 Jan 2025 22:03:37 +0100 Subject: [PATCH] ci(buildkite): exclude files/folders that are not tested in Buildkite (#4351) (cherry picked from commit 59522fefc10eb61108ac85913dc7e44d2632050d) --- .buildkite/pull-requests.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/pull-requests.json b/.buildkite/pull-requests.json index a26680398..0f39d52a0 100644 --- a/.buildkite/pull-requests.json +++ b/.buildkite/pull-requests.json @@ -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 }, {