We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3019b9e commit 88ae0f9Copy full SHA for 88ae0f9
.github/workflows/update-seed.yml
@@ -19,7 +19,10 @@ on:
19
- main
20
workflow_dispatch:
21
22
-# CHRISM - look at concurrency setup and replicate here
+# Cancel previous workflows on previous push
23
+concurrency:
24
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
25
+ cancel-in-progress: true
26
27
permissions:
28
pull-requests: write
0 commit comments