CI: Add actor to help cancel-in-progress group (#6097)

This commit is contained in:
Wilson Snyder 2025-06-16 17:44:06 -07:00 committed by GitHub
parent 277611bcdd
commit 5b410e9331
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ defaults:
working-directory: repo working-directory: repo
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.ref || github.run_id }} group: ${{ github.workflow }}-${{ github.actor }}-${{ github.event_name == 'pull_request' && github.ref || github.run_id }}
cancel-in-progress: true cancel-in-progress: true
jobs: jobs:

View File

@ -22,7 +22,7 @@ defaults:
run: run:
working-directory: repo working-directory: repo
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.ref || github.run_id }} group: ${{ github.workflow }}-${{ github.actor }}-${{ github.event_name == 'pull_request' && github.ref || github.run_id }}
cancel-in-progress: true cancel-in-progress: true
jobs: jobs:
windows: windows: