From cdbb9e6200d1778e46afd312021086f3b3a52bcb Mon Sep 17 00:00:00 2001 From: Frostebite Date: Fri, 22 Dec 2023 03:34:33 +0000 Subject: [PATCH] fix --- .github/workflows/cloud-runner-ci-pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cloud-runner-ci-pipeline.yml b/.github/workflows/cloud-runner-ci-pipeline.yml index 184df883..24faa5e7 100644 --- a/.github/workflows/cloud-runner-ci-pipeline.yml +++ b/.github/workflows/cloud-runner-ci-pipeline.yml @@ -82,6 +82,8 @@ jobs: name: K8s Tests if: github.event.event_type != 'pull_request_target' runs-on: ubuntu-latest + needs: + - tests strategy: fail-fast: false matrix: @@ -127,6 +129,8 @@ jobs: name: AWS Tests if: github.event.event_type != 'pull_request_target' runs-on: ubuntu-latest + needs: + - tests strategy: fail-fast: false matrix: