From 501bd64a894215020e5479e265d9285b116ac528 Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Fri, 21 Mar 2025 14:30:58 +0100 Subject: [PATCH] chore: CI: avoid empty matrix error (#7620) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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}}