builds godot
make concurrency group use the ref
| -rw-r--r-- | .github/workflows/reusable-build.yml | 2 |
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: |