diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 76dfe56e9..4b147cab8 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -21,7 +21,7 @@ name: e2e concurrency: - group: ci-${{ github.ref }}-tests + group: ci-${{ github.ref }}-e2e cancel-in-progress: true on: diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 75fa89be5..432787a5c 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -27,7 +27,7 @@ on: - main concurrency: - group: ci-${{ github.ref }}-tests + group: ci-${{ github.ref }}-pipeline cancel-in-progress: true jobs: