Skip to content

Commit

Permalink
chore: release action - add concurrency [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Nov 15, 2024
1 parent f551562 commit 70bd1b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
- alpha
workflow_dispatch:

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

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

0 comments on commit 70bd1b6

Please sign in to comment.