Skip to content

Commit

Permalink
chore: update concurrency for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyfigaro committed Mar 30, 2024
1 parent 4de4b54 commit d601611
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- "main"
- "next"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
release:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
Expand Down

0 comments on commit d601611

Please sign in to comment.