Skip to content

Commit 3eaaed0

Browse files
author
Jake Soenneker
committed
publish-package concurrency
1 parent 4a62f6f commit 3eaaed0

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)