From 77e336d3f463e1d161f181294e3412b8425c5c56 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 17 Oct 2024 21:18:24 +0200 Subject: [PATCH] Update containers.build.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/containers.build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/containers.build.yaml b/.github/workflows/containers.build.yaml index 98bf4f15602..1c0c7fcce4f 100644 --- a/.github/workflows/containers.build.yaml +++ b/.github/workflows/containers.build.yaml @@ -89,7 +89,7 @@ jobs: strategy: matrix: ${{ fromJson(needs.changes.outputs.matrix) }} fail-fast: false - if: ${{ needs.changes.outputs.matrix != '{}' && needs.changes.outputs.matrix != '' }} + if: ${{ needs.changes.outputs.matrix != '{}' && needs.changes.outputs.matrix != '' && fromJson(needs.changes.outputs.matrix.container) != [] }} steps: - name: Checkout uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4