fix(ci): prevent windows-portability from blocking pipeline

continue-on-error allows CI to conclude as success even when
windows-portability fails, unblocking the Pipeline workflow.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Lex Christopherson 2026-03-25 11:05:22 -06:00
parent 5821e3dce9
commit ab5444fec8

View file

@ -144,6 +144,7 @@ jobs:
windows-portability:
timeout-minutes: 15
continue-on-error: true
needs: detect-changes
if: >-
needs.detect-changes.outputs.docs-only != 'true'