Skip to content

Commit 43064a0

Browse files
author
evombau
committed
add concurrency to release workflow
1 parent f172488 commit 43064a0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/Release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Publish Release
22

3+
concurrency:
4+
group: ci-${{ github.repository }}-release
5+
cancel-in-progress: false
6+
37
on:
48
push:
59
branches:

0 commit comments

Comments
 (0)