Run snyk dependency checks on 8.x (#113117)

This commit is contained in:
Rene Groeschke 2024-09-19 12:44:41 +02:00 committed by GitHub
parent 4ff4384550
commit 30eb54970e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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