Update build.yml

This commit is contained in:
Ludy87 2025-07-21 15:49:16 +02:00
parent a73e72dd28
commit 86278c0fad
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -235,7 +235,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