Skip to content

Commit

Permalink
ci: add concurrency to release pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Mucha <[email protected]>
  • Loading branch information
drptbl committed Sep 9, 2022
1 parent dd930bc commit 387969f
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 @@ -10,6 +10,10 @@ on:
required: true
default: patch

concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true

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

0 comments on commit 387969f

Please sign in to comment.