Skip to content

Commit

Permalink
Update concurrency group for pr label workflow (#45793)
Browse files Browse the repository at this point in the history
  • Loading branch information
adimoldovan committed Mar 22, 2024
1 parent 1ba4bce commit e9777de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-project-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down

0 comments on commit e9777de

Please sign in to comment.