ci: add cancel-in-progress concurrency to PR helper workflows (#40725)

Co-authored-by: Claude Code <noreply@anthropic.com>
This commit is contained in:
Evan Rusackas
2026-06-03 12:44:36 -07:00
committed by GitHub
parent 80ea36c852
commit c373da1bb9
3 changed files with 15 additions and 0 deletions

View File

@@ -12,6 +12,11 @@ on:
permissions:
contents: read
# cancel previous workflow jobs for PRs
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
cancel-in-progress: true
jobs:
validate-all-ghas: