mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
build: Remove unnecessary if event checks from vfio/sgx workflows
Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
80aa91f24c
commit
cb8a728dfb
1
.github/workflows/integration-sgx.yaml
vendored
1
.github/workflows/integration-sgx.yaml
vendored
@ -6,7 +6,6 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: github.event_name == 'push'
|
||||
name: Tests (SGX)
|
||||
runs-on: jammy-sgx
|
||||
steps:
|
||||
|
1
.github/workflows/integration-vfio.yaml
vendored
1
.github/workflows/integration-vfio.yaml
vendored
@ -6,7 +6,6 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: github.event_name == 'push'
|
||||
name: Tests (VFIO)
|
||||
runs-on: jammy-vfio
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user