diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index a4e9895b8..418922aee 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -14,7 +14,7 @@ jobs: concurrency: # Only allow a single run of this workflow on each branch, automatically cancelling older runs. group: integration-tests-${{ github.head_ref }} - cancel-in-progress: true + cancel-in-progress: false steps: - uses: actions/checkout@v3