Compare commits

...

3 Commits

Author SHA1 Message Date
Sebastian Ullrich
0b6c830e7d undo test 2025-03-21 13:44:14 +01:00
Sebastian Ullrich
fc3bae6f2e test 2025-03-21 13:28:18 +01:00
Sebastian Ullrich
a8870e53fa chore: CI: avoid empty matrix error 2025-03-21 11:46:38 +01:00

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