Skip to content

Commit

Permalink
Add concurrency to the local Changesets workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Mar 4, 2022
1 parent 69dae4d commit 5766bae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main

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

jobs:
changesets:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5766bae

Please sign in to comment.