Skip to content

Commit

Permalink
Add concurrency to the Changesets workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Mar 4, 2022
1 parent 4851669 commit 6d81b4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -6,6 +6,8 @@ on:
- main
- next

concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
release:
name: Release
Expand Down

0 comments on commit 6d81b4b

Please sign in to comment.