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

pull/1823/head
bo0tzz 2023-02-21 23:55:05 +01:00 committed by GitHub
parent 5cdf7671ed
commit e9f99302c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: