Github actions fix

This commit is contained in:
Jindra Petřík
2026-02-16 06:36:18 +01:00
parent 6cf369ffb7
commit 4b3832e44e

View File

@@ -277,7 +277,9 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
needs: compute-version
needs:
- compute-version
- build
if: needs.compute-version.outputs.doRelease == 'true'
steps:
- name: Checkout