Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github/workflows/build-release.yaml: Fix deadlock on workflow skipping
The recent fix in one of the previous commits (.github/workflows: Cancel redundant workflow runs, 2023-09-08) did not work for the main branch as the error message on cancelling was [1]: > Cancelling since a deadlock for concurrency group 'Build Release-refs/heads/main' > was detected between 'top level workflow' and 'CallPR' So we now only cancel the CallPR workflow. [1]: https://github.com/AllenInstitute/MIES/actions/runs/6132292975
- Loading branch information