Skip to content

Commit 88ae0f9

Browse files
Cancel previous workflows on update
1 parent 3019b9e commit 88ae0f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update-seed.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ on:
1919
- main
2020
workflow_dispatch:
2121

22-
# CHRISM - look at concurrency setup and replicate here
22+
# Cancel previous workflows on previous push
23+
concurrency:
24+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
25+
cancel-in-progress: true
2326

2427
permissions:
2528
pull-requests: write

0 commit comments

Comments
 (0)