diff --git a/.github/workflows/cloud-runner-ci-pipeline.yml b/.github/workflows/cloud-runner-ci-pipeline.yml index 5f726a27..599bf7d3 100644 --- a/.github/workflows/cloud-runner-ci-pipeline.yml +++ b/.github/workflows/cloud-runner-ci-pipeline.yml @@ -89,7 +89,9 @@ jobs: versioning: None CLOUD_RUNNER_CLUSTER: ${{ matrix.providerStrategy }} tests: - needs: smokeTests + needs: + - smokeTests + - buildTargetTests name: Integration Tests if: github.event.event_type != 'pull_request_target' runs-on: ubuntu-latest