ci: update MSHV workflow & job names
Rename the MSHV CI workflow to better align with the existing naming scheme and also make the arch explicit. Signed-off-by: Anirudh Rayabharam <anrayabh@microsoft.com>
This commit is contained in:
parent
68f9e82447
commit
4dcd689cd9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/mshv-integration.yaml
vendored
4
.github/workflows/mshv-integration.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: MSHV Integration Tests
|
||||
name: Cloud Hypervisor Tests (MSHV) (x86_64)
|
||||
on: [pull_request_target, merge_group]
|
||||
|
||||
jobs:
|
||||
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
USERNAME: ${{ secrets.MSHV_USERNAME }}
|
||||
|
||||
run-tests:
|
||||
name: Integration Tests
|
||||
name: Integration Tests (x86_64)
|
||||
needs: infra-setup
|
||||
if: ${{ always() && needs.infra-setup.result == 'success' }}
|
||||
runs-on: mshv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue