Skip to content

Commit

Permalink
Add concurrency settings
Browse files Browse the repository at this point in the history
  • Loading branch information
TSRBerry committed Apr 26, 2023
1 parent 7b8f031 commit 25fb214
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 25fb214

Please sign in to comment.