Browse Source

fix: add concurrency settings to prepare workflow

TheWildJames 3 months ago
parent
commit
59cb2ba0e6
1 changed files with 3 additions and 0 deletions
  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: