diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 717b6468d..e723ddad2 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -7,7 +7,7 @@ jobs: name: Integ runs-on: ubuntu-latest concurrency: - group: ${{ github.workflow }}-${{ matrix.cluster }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true strategy: fail-fast: false