diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 8746fa18..4e111afe 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -20,7 +20,6 @@ jobs: group: ${{ github.workflow }}-${{ github.job }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true runs-on: ${{ inputs.runs_on }} - needs: build-and-push-image steps: - name: Checkout repository uses: actions/checkout@v4