Skip to content

Commit

Permalink
Setup Githug workflow concurrency (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Oct 12, 2021
1 parent af96ce4 commit 87c1d95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
push:
pull_request:

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

jobs:
pre-commit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 87c1d95

Please sign in to comment.