Skip to content

Commit 1448180

Browse files
committed
build: Only run MSHV integration tests on MQ
There is a single runner for this so avoid overloading/queueing by running only on MQ. Signed-off-by: Rob Bradford <rbradford@meta.com>
1 parent cbef28e commit 1448180

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ jobs:
716716
name: integration-mshv-x86-64
717717
needs: [preflight, dco, quality, build]
718718
if: >-
719-
needs.preflight.outputs.full == 'true' && needs.dco.result == 'success' && needs.quality.result == 'success' && needs.build.result == 'success'
719+
github.event_name == 'merge_group' && needs.preflight.outputs.full == 'true' && needs.dco.result == 'success' && needs.quality.result == 'success' && needs.build.result == 'success'
720720
timeout-minutes: 35
721721
runs-on: mshv
722722
steps:

0 commit comments

Comments
 (0)