mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
fix: avoid a concurrency deadlock when drafting a release (#31069)
This commit is contained in:
parent
bbf201d16b
commit
b912dcfab8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/draft-release.yml
vendored
2
.github/workflows/draft-release.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
group: ${{ github.workflow }}-${{ github.ref }}-root
|
||||
cancel-in-progress: false
|
||||
|
||||
permissions: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue