diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7da172bbf..1a4ba013a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -266,7 +266,7 @@ jobs: test-build-docker-images: if: github.event_name == 'pull_request' && needs.files-changed.outputs.project == 'true' - needs: [files-changed, build, check-generateOpenApiDocs, check-licence] + needs: [files-changed, build] runs-on: ubuntu-latest strategy: fail-fast: false