Skip to content

Commit

Permalink
Setup Githug workflow concurrency
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
  • Loading branch information
gaborbernat committed Oct 12, 2021
1 parent 2e5e435 commit 9b0e70c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yml
Expand Up @@ -11,6 +11,10 @@ on:
schedule:
- cron: "0 8 * * *"

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

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

0 comments on commit 9b0e70c

Please sign in to comment.