Skip to content

Commit

Permalink
don't cancel release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Jan 25, 2024
1 parent 0a015c4 commit 6dfb23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

concurrency:
group: "Releases: ${{ github.workflow }} @ ${{ inputs.checkout-ref }} ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
cancel-in-progress: true
cancel-in-progress: false


jobs:
Expand Down

0 comments on commit 6dfb23d

Please sign in to comment.