From 5710cbd7bac1ca4a5d5214863088813ecd0b2a33 Mon Sep 17 00:00:00 2001 From: Michael Zalimeni Date: Thu, 22 Aug 2024 13:32:01 -0400 Subject: [PATCH] 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. --- .github/workflows/nightly-test-integrations-1.18.x.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nightly-test-integrations-1.18.x.yml b/.github/workflows/nightly-test-integrations-1.18.x.yml index c432dc1c09..59df23bb81 100644 --- a/.github/workflows/nightly-test-integrations-1.18.x.yml +++ b/.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