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:
parent
f256317ac6
commit
68f9e82447
1 changed files with 1 additions and 0 deletions
1
.github/workflows/mshv-infra.yaml
vendored
1
.github/workflows/mshv-infra.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue