Skip to content

Commit

Permalink
chore: make prepare_release action cancel a run in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Oct 23, 2023
1 parent bc48143 commit 0229cf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
required: true

concurrency:
group: "${{ github.ref }}-${{ github.event_name }}-${{ github.workflow }}"
cancel-in-progress: false
group: "Prepare release"
cancel-in-progress: true

env:
BRANCH_NAME: ${{ github.ref_name }}
Expand Down

0 comments on commit 0229cf7

Please sign in to comment.