Skip to content

Commit 83e4741

Browse files
committed
ci: correct Buildkite job-skipping rules
1 parent 8816268 commit 83e4741

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/pull-requests.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
"jobs": [
33
{
44
"enabled": true,
5-
"pipeline_slug": "elasticsearch-js-integration-tests",
5+
"pipeline_slug": "elasticsearch-serverless-js-integration-tests",
66
"allowed_repo_permissions": ["admin", "write"],
77
"build_on_commit": true,
88
"skip_ci_on_only_changed": [
99
"\\.md$",
1010
"\\.asciidoc$",
11+
"\\.txt$",
1112
"^docs\\/",
1213
"^\\.ci\\/",
1314
"^scripts\\/",

0 commit comments

Comments
 (0)