ソースを参照

fix: remove concurrency settings from prepare workflow

TheWildJames 3 ヶ月 前
コミット
40f85ebbb7
1 ファイル変更0 行追加3 行削除
  1. 0 3
      .github/workflows/prepare.yml

+ 0 - 3
.github/workflows/prepare.yml

@@ -1,7 +1,4 @@
 name: Prepare and Build
 name: Prepare and Build
-concurrency:
-  group: ${{ github.workflow }}-${{ github.ref }}
-  cancel-in-progress: false
 
 
 on:
 on:
   workflow_call:
   workflow_call: