فهرست منبع

fix: add concurrency settings to prepare workflow

TheWildJames 3 ماه پیش
والد
کامیت
59cb2ba0e6
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      .github/workflows/prepare.yml

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

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