Skip to content

Commit 78b990c

Browse files
authored
Only run snyk for 7.17 and main branch (#103820) (#103844)
1 parent 535e1ea commit 78b990c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipelines/periodic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ steps:
12811281
image: family/elasticsearch-ubuntu-2004
12821282
machineType: n2-standard-8
12831283
buildDirectory: /dev/shm/bk
1284-
if: build.branch == "main" || build.branch =~ /^[0-9]+\.[0-9]+\$/
1284+
if: build.branch == "main" || build.branch == "7.17"
12851285
- label: Check branch consistency
12861286
command: .ci/scripts/run-gradle.sh branchConsistency
12871287
timeout_in_minutes: 15

0 commit comments

Comments
 (0)