fix(ci): Shake up prepare-release concurrency group (#1820)

This commit is contained in:
bo0tzz
2023-02-21 23:55:05 +01:00
committed by GitHub
parent 5cdf7671ed
commit e9f99302c1

View File

@@ -18,7 +18,7 @@ on:
type: boolean
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-root
cancel-in-progress: true
jobs: