chore: CI: avoid empty matrix error (#7620)
This commit is contained in:
parent
2b11c8d9a4
commit
501bd64a89
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue