Skip to content

Commit

Permalink
Only run snyk for 7.17 and main branch (elastic#103820) (elastic#103844)
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby committed Jan 3, 2024
1 parent 535e1ea commit 78b990c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ steps:
image: family/elasticsearch-ubuntu-2004
machineType: n2-standard-8
buildDirectory: /dev/shm/bk
if: build.branch == "main" || build.branch =~ /^[0-9]+\.[0-9]+\$/
if: build.branch == "main" || build.branch == "7.17"
- label: Check branch consistency
command: .ci/scripts/run-gradle.sh branchConsistency
timeout_in_minutes: 15
Expand Down

0 comments on commit 78b990c

Please sign in to comment.