ci: set continue-on-error for mshv infra workflow

Set `continue-on-error` for infra-setup job so that the entire workflow
doesn't fail.

Signed-off-by: AASTHA RAWAT <aastharawat@microsoft.com>
This commit is contained in:
AASTHA RAWAT 2025-10-14 19:39:53 +05:30 committed by Rob Bradford
parent f256317ac6
commit 68f9e82447

View file

@ -44,6 +44,7 @@ jobs:
infra-setup:
name: ${{ inputs.ARCH }} VM Provision
runs-on: mshv
continue-on-error: true
outputs:
PRIVATE_IP: ${{ steps.get-vm-ip.outputs.PRIVATE_IP }}
steps: