Skip to content

Commit 6d81b4b

Browse files
committed
Add concurrency to the Changesets workflow
1 parent 4851669 commit 6d81b4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- main
77
- next
88

9+
concurrency: ${{ github.workflow }}-${{ github.ref }}
10+
911
jobs:
1012
release:
1113
name: Release

0 commit comments

Comments
 (0)