fix(ci): Shake up prepare-release concurrency group (#1820)
This commit is contained in:
parent
5cdf7671ed
commit
e9f99302c1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/prepare-release.yml
vendored
2
.github/workflows/prepare-release.yml
vendored
|
@ -18,7 +18,7 @@ on:
|
|||
type: boolean
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
group: ${{ github.workflow }}-${{ github.ref }}-root
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue