Skip to content

Commit

Permalink
Update debug.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado Ferrero <[email protected]>
  • Loading branch information
JorTurFer authored Aug 1, 2024
1 parent 2a93b72 commit c67fd8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ jobs:
- name: List namespaces
id: list-namespaces
continue-on-error: true
run: |
kubectl get ns
- name: Wait on failure
if: steps.list-namespaces.outcome != 'success'
run: |
sleep 3600s
exit 1

0 comments on commit c67fd8a

Please sign in to comment.