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