diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f8a42a1d20..6af34422c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ defaults: # Cancel any in-flight jobs for the same PR/branch so there's only one active # at a time concurrency: - group: ${{ github.head_ref }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: