From 4b3832e44e01858ab69295fd0643fbd729f61d47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Mon, 16 Feb 2026 06:36:18 +0100 Subject: [PATCH] Github actions fix --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 08f0628e4..1cc81712f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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