Explorar o código

fix: add concurrency settings to prepare workflow

TheWildJames hai 3 meses
pai
achega
59cb2ba0e6
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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: