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:
co-authored by
Claude Sonnet 4.6
parent
00c4de8447
commit
1b7cbdbb4b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user