Skip to content

Commit ad778e1

Browse files
committed
Add concurrency to the Changesets workflow
1 parent ed63f12 commit ad778e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/changeset-version.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- main
77

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

0 commit comments

Comments
 (0)