From 078fb55109a6b24fb3cd4c967eadc15a64559cc6 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Fri, 7 Jun 2024 15:58:23 +0200 Subject: [PATCH] =?UTF-8?q?Abb=C3=A9=20Faria=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/integration_tests.yaml | 1 - 1 file changed, 1 deletion(-) 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