Update concurrency group for pr label workflow (#45793)

This commit is contained in:
Adrian Moldovan 2024-03-22 17:51:28 +02:00 committed by GitHub
parent 1ba4bcef58
commit e9777de4aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -3,9 +3,10 @@ on:
pull_request_target:
types:
- opened
- reopened
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: label-pr-${{ github.event_name }}-${{ github.event.action }}-${{ github.event.pull_request.head.ref }}
cancel-in-progress: true
permissions: {}