fix(ci): add concurrency group to Check PR Labels workflow (#5032)

This commit is contained in:
James Rich 2026-04-09 19:47:30 -05:00 committed by GitHub
parent f07624be88
commit a1e94aa439
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 19 additions and 0 deletions

View file

@ -5,6 +5,10 @@ on:
# Do not execute arbitrary code on this workflow.
# See warnings at https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#pull_request_target
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
labeler:
permissions: