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 <Jorge_turrado@hotmail.es>
  • Loading branch information
JorTurFer committed Aug 1, 2024
1 parent a5e16c0 commit 2a93b72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,11 @@ jobs:
make get-cluster-context
- name: List namespaces
id: list-namespaces
run: |
kubectl get ns
- name: Wait on failure
if: steps.list-namespaces.outcome != 'success'
run: |
sleep 3600s

0 comments on commit 2a93b72

Please sign in to comment.