Skip to content

Commit

Permalink
Add concurrency settings
Browse files Browse the repository at this point in the history
  • Loading branch information
TSRBerry committed Jun 21, 2023
1 parent 9424bcd commit f0b278c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ permissions:
pull-requests: write
checks: write

concurrency:
group: pr-checks-${{ github.event.number }}
cancel-in-progress: true

jobs:
checks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f0b278c

Please sign in to comment.