Skip to content

Commit

Permalink
Chore: avoid race conditions in label checks (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolzhabayev authored Feb 26, 2024
1 parent 2919a06 commit edbd2aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- labeled
- unlabeled
- edited
concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}
cancel-in-progress: true

permissions:
pull-requests: write
Expand Down

0 comments on commit edbd2aa

Please sign in to comment.