From acec8b8f67baf3cdc9ff749dc9910a46c2b6d602 Mon Sep 17 00:00:00 2001 From: shiva kumar Date: Wed, 11 Sep 2024 12:37:33 +0530 Subject: [PATCH] Pre-compiled image e2e test Signed-off-by: shiva kumar --- .github/workflows/precompiled.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/precompiled.yaml b/.github/workflows/precompiled.yaml index 3c088f26..e9d4462e 100644 --- a/.github/workflows/precompiled.yaml +++ b/.github/workflows/precompiled.yaml @@ -298,9 +298,9 @@ jobs: precompiled-push-image: runs-on: ubuntu-latest - needs: + needs: - set-driver-version-matrix - - determine-e2e-test-matrix + - precompiled-push-image strategy: matrix: kernel_version: ${{ fromJson(needs.determine-e2e-test-matrix.outputs.matrix_values) }}