Skip to content

Commit e75cfff

Browse files
authored
chore(github-actions): cancel previous workflow (#47)
1 parent e4eb3a4 commit e75cfff

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
@@ -2,6 +2,10 @@ name: Checks
22

33
on: [push]
44

5+
concurrency:
6+
group: ${{ github.ref }}
7+
cancel-in-progress: true
8+
59
jobs:
610
setup:
711
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)