Browse Source

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

Rene Groeschke 1 năm trước cách đây
mục cha
commit
99b6e14184
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .buildkite/pipelines/periodic.yml

+ 1 - 1
.buildkite/pipelines/periodic.yml

@@ -930,7 +930,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