From c67fd8adb2dd163cc65d525dfb5a6c6d542279fe Mon Sep 17 00:00:00 2001 From: Jorge Turrado Ferrero Date: Thu, 1 Aug 2024 22:29:32 +0200 Subject: [PATCH] Update debug.yaml Signed-off-by: Jorge Turrado Ferrero --- .github/workflows/debug.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/debug.yaml b/.github/workflows/debug.yaml index d03b6b58c46..c9773aefad5 100644 --- a/.github/workflows/debug.yaml +++ b/.github/workflows/debug.yaml @@ -28,6 +28,7 @@ jobs: - name: List namespaces id: list-namespaces + continue-on-error: true run: | kubectl get ns @@ -35,3 +36,4 @@ jobs: if: steps.list-namespaces.outcome != 'success' run: | sleep 3600s + exit 1