ci: keep Windows probe alive after WSL check

This commit is contained in:
Vincent Koc
2026-05-03 21:19:48 -07:00
parent 9dc3271efb
commit 90d25d59c6

View File

@@ -86,6 +86,8 @@ jobs:
Write-Warning "wsl2_ok=false"
}
exit 0
- name: Keep runner alive for SSH inspection
env:
KEEPALIVE_MINUTES: ${{ inputs.keepalive_minutes }}