chore: CI: avoid empty matrix error (#7620)

This commit is contained in:
Sebastian Ullrich 2025-03-21 14:30:58 +01:00 committed by GitHub
parent 2b11c8d9a4
commit 501bd64a89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -300,6 +300,7 @@ jobs:
# build jobs that should not be considered by `all-done` below
build-secondary:
needs: [configure]
if: needs.configure.outputs.matrix-secondary != '[]'
uses: ./.github/workflows/build-template.yml
with:
config: ${{needs.configure.outputs.matrix-secondary}}