Skip to content

Commit f661c7f

Browse files
committed
debug wait on failure
1 parent fd5cbf9 commit f661c7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stackhpc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ jobs:
186186
ansible-playbook -v ansible/ci/check_slurm.yml
187187
188188
- name: Pause for debugging
189-
run: sleep 1800
189+
if: failure()
190+
run: sleep 3600
190191

191192
- name: Check sacct state survived reimage
192193
run: |

0 commit comments

Comments
 (0)