ci: get rid of continue-on-error from mshv workflows

Since the mshv integration workflow has been stable for a long time,
make the workflows no longer optional.

Signed-off-by: Aastha Rawat <aastharawat@microsoft.com>
This commit is contained in:
Aastha Rawat
2026-01-19 18:37:45 +05:30
committed by Rob Bradford
parent ccf0b9ec7d
commit d5e35d9e5c
2 changed files with 0 additions and 2 deletions

View File

@@ -23,7 +23,6 @@ jobs:
needs: infra-setup
if: ${{ always() && needs.infra-setup.result == 'success' }}
runs-on: mshv
continue-on-error: true
steps:
- name: Run integration tests
timeout-minutes: 60