diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cea2236f3..2df1310e36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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}}