|
13 | 13 | "always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^/test$",
|
14 | 14 | "skip_ci_labels": [ "skip-ci" ],
|
15 | 15 | "skip_target_branches": [ ],
|
16 |
| - "skip_ci_on_only_changed": [ "^.ci/", "^.github/", "^changelog", "^docs/", "\\.md$", "^docker-compose.yml", "^.pre-commit-config.yaml", "skaffold.yaml", "^Dockerfile.skaffold", "^Dockerfile"], |
| 16 | + "skip_ci_on_only_changed": [ "^.ci/", "^changelog", "^docs/", "\\.md$", "^docker-compose.yml", "^.pre-commit-config.yaml", "skaffold.yaml", "^Dockerfile.skaffold", "^Dockerfile"], |
17 | 17 | "always_require_ci_on_changed": [ ]
|
18 | 18 | },
|
19 | 19 | {
|
|
30 | 30 | "always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:extended))|^/test extended$",
|
31 | 31 | "skip_ci_labels": [ "skip-ci", "skip-it" ],
|
32 | 32 | "skip_target_branches": [ ],
|
33 |
| - "skip_ci_on_only_changed": [ "^.ci/", "^.github/", "^changelog", "^docs/", "\\.md$", "^sonar-project.properties", "^docker-compose.yml", "^.pre-commit-config.yaml", "skaffold.yaml", "^Dockerfile.skaffold", "^Dockerfile"], |
| 33 | + "skip_ci_on_only_changed": [ "^.ci/", "^changelog", "^docs/", "\\.md$", "^sonar-project.properties", "^docker-compose.yml", "^.pre-commit-config.yaml", "skaffold.yaml", "^Dockerfile.skaffold", "^Dockerfile"], |
34 | 34 | "always_require_ci_on_changed": [ ]
|
35 | 35 | },
|
36 | 36 | {
|
|
0 commit comments