We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535e1ea commit 78b990cCopy full SHA for 78b990c
.buildkite/pipelines/periodic.yml
@@ -1281,7 +1281,7 @@ steps:
1281
image: family/elasticsearch-ubuntu-2004
1282
machineType: n2-standard-8
1283
buildDirectory: /dev/shm/bk
1284
- if: build.branch == "main" || build.branch =~ /^[0-9]+\.[0-9]+\$/
+ if: build.branch == "main" || build.branch == "7.17"
1285
- label: Check branch consistency
1286
command: .ci/scripts/run-gradle.sh branchConsistency
1287
timeout_in_minutes: 15
0 commit comments