Skip to content

Commit

Permalink
Merge pull request #1891 from AllenInstitute/bugfix/1891-auto-cancel-…
Browse files Browse the repository at this point in the history
…workflow-main

.github/workflows/build-release.yaml: Fix deadlock on workflow skipping
  • Loading branch information
t-b authored Sep 11, 2023
2 parents 5dd72bd + 56e52fa commit 2a8e216
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
defaults:
run:
shell: bash
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:

CallPR:
Expand Down

0 comments on commit 2a8e216

Please sign in to comment.