Skip to content

Commit ec62478

Browse files
committed
fix: Limit to one instance of the workflow at a time
1 parent f676fd3 commit ec62478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
concurrency:
11-
group: ${{ github.workflow }}-${{ github.ref }}
11+
group: ${{ github.workflow }}
1212
cancel-in-progress: false
1313

1414
jobs:

0 commit comments

Comments
 (0)