fix(ci): mark build-windows as continue-on-error with 60m timeout

The windows-runner self-hosted runner doesn't exist yet, so the job
would block the run indefinitely. With continue-on-error + timeout it
fails gracefully once a runner is registered and picks up the job.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Thomas SharedInbox
2026-05-15 00:05:03 +02:00
co-authored by Claude Sonnet 4.6
parent 00c4de8447
commit 1b7cbdbb4b
+2
View File
@@ -64,6 +64,8 @@ jobs:
runs-on: windows-runner
needs: check
if: github.ref == 'refs/heads/main'
continue-on-error: true
timeout-minutes: 60
steps:
- uses: actions/checkout@v4