build: Ensure all required checks run on merge_group

And clean up some of the whitespace formatting so that the "name" and
"on" are grouped away from the "jobs".

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford
2024-02-28 09:49:28 +00:00
parent 1d098949b9
commit d9f48505fe
14 changed files with 13 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
name: Cloud Hypervisor Tests (x86-64)
on: [pull_request, create]
on: [pull_request, merge_group]
jobs:
build:
@@ -9,7 +9,6 @@ jobs:
matrix:
runner: ["garm-jammy", "garm-jammy-amd"]
libc: ["musl", "gnu"]
if: github.event_name == 'pull_request'
name: Tests (x86-64)
runs-on: ${{ matrix.runner }}
steps: