From 03f3682bd0a0fb57a1adbd3ecb04de300a5bad43 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 17 Oct 2024 21:25:42 +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 488c5c91c9e..fed33a7034e 100644 --- a/.github/workflows/containers.build.yaml +++ b/.github/workflows/containers.build.yaml @@ -92,10 +92,10 @@ jobs: needs: - hadolint - changes + if: ${{ needs.changes.outputs.containers_found == 'true' }} strategy: matrix: ${{ fromJson(needs.changes.outputs.matrix) }} fail-fast: false - if: ${{ needs.changes.outputs.containers_found == 'true' }} steps: - name: Checkout uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4