Skip to content

Commit

Permalink
Add PR checks concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
raducristianpopa committed Dec 11, 2023
1 parent 10d2f83 commit e983aba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
- reopened
- synchronize

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

# TODO(@raducristianpopa): add lint/format checks and tests

jobs:
Expand Down

0 comments on commit e983aba

Please sign in to comment.