diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2682f6a1b..e0a43e8ae6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: type: 'string' concurrency: - group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}' + group: 'ci-${{ github.workflow }}-${{ github.head_ref || github.ref }}' cancel-in-progress: |- ${{ github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/heads/release/') }} diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b68c97595d..2033b02eee 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -11,7 +11,7 @@ on: type: 'string' concurrency: - group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}' + group: 'e2e-${{ github.workflow }}-${{ github.head_ref || github.ref }}' cancel-in-progress: |- ${{ github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/heads/release/') }}