From 64e963bdb604a681fff69238816e51318bb7fe6a Mon Sep 17 00:00:00 2001 From: Ludy Date: Wed, 30 Jul 2025 21:56:59 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7918eb069..db847f570 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -247,7 +247,7 @@ jobs: test-build-docker-images: if: github.event_name == 'pull_request' && needs.files-changed.outputs.project == 'true' - needs: [files-changed, build] + needs: [files-changed, build, check-generateOpenApiDocs, check-licence] runs-on: ubuntu-latest strategy: fail-fast: false