Browse Source

ci: fix workflow graph for 1.18 Envoy int tests (#21642)

This branch is no longer active on CE, so its jobs should all be skipped
via check-ent. One job was missed so it fails nightly right now.
pull/20822/head^2
Michael Zalimeni 3 months ago committed by GitHub
parent
commit
5710cbd7ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/nightly-test-integrations-1.18.x.yml

1
.github/workflows/nightly-test-integrations-1.18.x.yml

@ -54,6 +54,7 @@ jobs:
ref: release/1.18.x
get-envoy-versions:
needs: [check-ent]
uses: ./.github/workflows/reusable-get-envoy-versions.yml
with:
ref: release/1.18.x

Loading…
Cancel
Save