diff --git a/.github/workflows/install-smoke.yml b/.github/workflows/install-smoke.yml index 61861a84be9..b7de2c6da40 100644 --- a/.github/workflows/install-smoke.yml +++ b/.github/workflows/install-smoke.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: concurrency: - group: install-smoke-${{ github.event.pull_request.number || github.sha }} + group: install-smoke-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true jobs: diff --git a/.github/workflows/sandbox-common-smoke.yml b/.github/workflows/sandbox-common-smoke.yml index 27c18aea572..1b22222c90c 100644 --- a/.github/workflows/sandbox-common-smoke.yml +++ b/.github/workflows/sandbox-common-smoke.yml @@ -14,7 +14,7 @@ on: - scripts/sandbox-common-setup.sh concurrency: - group: sandbox-common-smoke-${{ github.event.pull_request.number || github.sha }} + group: sandbox-common-smoke-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true jobs: diff --git a/.github/workflows/workflow-sanity.yml b/.github/workflows/workflow-sanity.yml index 14fe6ae429f..86949f1c54a 100644 --- a/.github/workflows/workflow-sanity.yml +++ b/.github/workflows/workflow-sanity.yml @@ -6,7 +6,7 @@ on: branches: [main] concurrency: - group: workflow-sanity-${{ github.event.pull_request.number || github.sha }} + group: workflow-sanity-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true jobs: