From 5743230bbc135f68eb7dba2d089daaa193ac7976 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 17 Oct 2024 21:26:08 +0200 Subject: [PATCH] Update containers.build.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/containers.build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/containers.build.yaml b/.github/workflows/containers.build.yaml index fed33a7034e..8b87a51b7cd 100644 --- a/.github/workflows/containers.build.yaml +++ b/.github/workflows/containers.build.yaml @@ -52,6 +52,7 @@ jobs: # Check if containers were found and set the containers_found output if [[ -z "$CONTAINERS" ]]; then + echo "No Containers Found, Skipping" echo ::set-output name=containers_found::false else echo ::set-output name=containers_found::true