diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 8306a9b1..76a20199 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -16,7 +16,7 @@ on: workflow_call: concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: E2E Tests-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true permissions: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 06a65ed0..d44f0696 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ on: # Cancel in-progress runs for the same PR concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: Tests-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true jobs: