Skip to content

Commit 01d8ef1

Browse files
committed
concurrent build stopage
1 parent a25e264 commit 01d8ef1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/snapshot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
branches:
88
- development
99

10+
# Unique group name per workflow-branch/tag combo
11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
14+
1015
jobs:
1116
#############################################
1217
# Tests First baby! We fail, no build :(

0 commit comments

Comments
 (0)