fix: avoid a concurrency deadlock when drafting a release (#31069)

This commit is contained in:
bo0tzz 2026-08-27 22:31:02 +02:00 committed by GitHub
parent bbf201d16b
commit b912dcfab8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ on:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-root
cancel-in-progress: false
permissions: {}