Skip to content

Commit 74042f4

Browse files
author
Jake Soenneker
committed
publish-package concurrency
1 parent a8fdc4b commit 74042f4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/publish-package.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
name: publish-package
1+
name: publish-package
2+
concurrency:
3+
group: ${{ github.workflow }}-${{ github.ref }}
4+
cancel-in-progress: true
5+
26
on:
37
push:
48
branches:

0 commit comments

Comments
 (0)