Browse Source

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

bo0tzz 2 years ago
parent
commit
e9f99302c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/prepare-release.yml

+ 1 - 1
.github/workflows/prepare-release.yml

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