From d4ffcb3056d6ec769eac114857d66be2d4ce0129 Mon Sep 17 00:00:00 2001 From: Sam Barker Date: Wed, 6 Nov 2024 14:17:32 +1300 Subject: [PATCH] [FLINK-XXXXX] make the flink java versions wait for the smoke test of the operator --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3249a73df1..6a3f6107cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,6 +85,7 @@ jobs: test: test_application_operations.sh java_rutimes: name: Java runtimes smoke test + needs: e2e_smoke_test strategy: matrix: http-client: [ "okhttp" ]