Skip to content

Commit 90b6d1a

Browse files
authored
Make Primer / Main concurrent (#6774)
1 parent fbcb2a1 commit 90b6d1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/primer_run_main.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
branches:
1111
- main
1212

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.ref }}
15+
cancel-in-progress: true
16+
1317
env:
1418
CACHE_VERSION: 1
1519

0 commit comments

Comments
 (0)