Skip to content

Commit

Permalink
ci: fix concurrency of PR label check
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed May 30, 2024
1 parent 5c1cc8d commit efb0c02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr-label-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
pull-requests: read
Expand Down

0 comments on commit efb0c02

Please sign in to comment.