Update dependencies for test-build-docker-images job

Removed check-generateOpenApiDocs and check-licence from the dependencies of the test-build-docker-images job in the build workflow. This streamlines the workflow and may reduce unnecessary job dependencies.
This commit is contained in:
Ludy87 2025-11-12 00:00:41 +01:00
parent 9f3555856f
commit 36971e78d2
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -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