From ff44a5ca63658c531a3acb0091c9855f5166edbb Mon Sep 17 00:00:00 2001 From: Victor Martinez <VictorMartinezRubio@gmail.com> Date: Thu, 23 Jan 2025 11:54:32 +0100 Subject: [PATCH] ci(buildkite): exclude files/folders that are not tested in Buildkite --- .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 }, {