builds godot
make concurrency group use the ref
bendn 2022-12-03
parent 26f0ad2 · commit b599225
-rw-r--r--.github/workflows/reusable-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml
index 67259ef..c08b0a2 100644
--- a/.github/workflows/reusable-build.yml
+++ b/.github/workflows/reusable-build.yml
@@ -20,7 +20,7 @@ on:
required: true
concurrency:
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.ref }}
cancel-in-progress: true
env: