Skip to content

Commit 77aba36

Browse files
committed
Setup Githug workflow concurrency
Signed-off-by: Bernát Gábor <[email protected]>
1 parent c3a73d6 commit 77aba36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
schedule:
66
- cron: "0 8 * * *"
77

8+
concurrency:
9+
group: check-${{ github.ref }}
10+
cancel-in-progress: true
11+
812
jobs:
913
lint:
1014
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)