ソースを参照

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

bo0tzz 2 年 前
コミット
e9f99302c1
1 ファイル変更1 行追加1 行削除
  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: