This commit is contained in:
Wells Bunker 2025-09-26 17:31:26 -06:00
parent abf31f6dcf
commit 2a6ca166c2
No known key found for this signature in database
GPG Key ID: DB16D6F2679B78FC
1 changed files with 7 additions and 0 deletions

View File

@ -349,6 +349,13 @@ jobs:
env:
MOMENTIC_API_KEY: ${{ secrets.MOMENTIC_API_KEY }}
- name: Keep job alive on failure for debugging
if: failure()
run: |
echo "Job failed. Keeping VM alive for 30 minutes for debugging..."
echo "SSH connection info is available in the Setup runner step above"
sleep 1800
- name: Stop services
if: always()