From 5982cc7e8bcaeb67fe5287c507636302416a7613 Mon Sep 17 00:00:00 2001 From: alandefreitas Date: Fri, 4 Oct 2024 20:13:36 -0300 Subject: [PATCH] ci(llvm-releases): handle empty llvm releases matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a653538e6..5bb2c5b06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -641,7 +641,7 @@ jobs: llvm-releases: needs: [ build, cpp-matrix ] - + if: ${{ needs.cpp-matrix.outputs.llvm-matrix != '[]' && needs.cpp-matrix.outputs.llvm-matrix != '' }} strategy: fail-fast: false matrix: