소스 검색

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
         type: boolean
 
 
 concurrency:
 concurrency:
-  group: ${{ github.workflow }}-${{ github.ref }}
+  group: ${{ github.workflow }}-${{ github.ref }}-root
   cancel-in-progress: true
   cancel-in-progress: true
 
 
 jobs:
 jobs: