mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
Run snyk dependency checks on 8.x (#113117)
This commit is contained in:
parent
4ff4384550
commit
30eb54970e
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ steps:
|
|||
machineType: n2-standard-8
|
||||
buildDirectory: /dev/shm/bk
|
||||
diskSizeGb: 250
|
||||
if: build.branch == "main" || build.branch == "7.17"
|
||||
if: build.branch == "main" || build.branch == "8.x" || build.branch == "7.17"
|
||||
- label: check-branch-consistency
|
||||
command: .ci/scripts/run-gradle.sh branchConsistency
|
||||
timeout_in_minutes: 15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue