diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f3f7e00a69f..580b27f6288 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ on: merge_group: concurrency: # On new push, cancel old workflows from the same PR, branch or tag: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.workflow }}-${{github.event_name}}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true jobs: diff --git a/.github/workflows/other.yml b/.github/workflows/other.yml index 52c73729594..d6ad9c849a6 100644 --- a/.github/workflows/other.yml +++ b/.github/workflows/other.yml @@ -9,7 +9,7 @@ on: merge_group: concurrency: # On new push, cancel old workflows from the same PR, branch or tag: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.workflow }}-${{github.event_name}}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true jobs: diff --git a/.github/workflows/shellcheck.yaml b/.github/workflows/shellcheck.yaml index 8be332ada23..b078eaba549 100644 --- a/.github/workflows/shellcheck.yaml +++ b/.github/workflows/shellcheck.yaml @@ -5,7 +5,7 @@ on: merge_group: concurrency: # On new push, cancel old workflows from the same PR, branch or tag: - group: sc-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: sc-${{ github.workflow }}-${{github.event_name}}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true jobs: