diff --git a/.github/workflows/windows-testbox-probe.yml b/.github/workflows/windows-testbox-probe.yml index dcd7d73e6b7..45e27cd7983 100644 --- a/.github/workflows/windows-testbox-probe.yml +++ b/.github/workflows/windows-testbox-probe.yml @@ -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 }}