Skip to content

Commit 529bf6f

Browse files
fix(ci): isolate publish concurrency by event type
Dev publishes (push to main) and stable releases now use separate concurrency groups so a dev publish can never cancel an in-progress release, and vice versa.
1 parent 6eef6b3 commit 529bf6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
type: string
1414

1515
concurrency:
16-
group: publish
16+
group: publish-${{ github.event_name }}
1717
cancel-in-progress: true
1818

1919
permissions: {}

0 commit comments

Comments
 (0)