Parcourir la source

fix: add concurrency settings to prepare workflow

TheWildJames il y a 3 mois
Parent
commit
59cb2ba0e6
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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: