mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-12 14:41:36 +00:00
build: Remove unnecessary if event checks from vfio/sgx workflows
Signed-off-by: Rob Bradford <rbradford@rivosinc.com> (cherry picked from commit cb8a728dfbeb10b0d50e8a38c0242576cabb3cc0)
This commit is contained in:
parent
80724b1662
commit
bd506500d7
1
.github/workflows/integration-sgx.yaml
vendored
1
.github/workflows/integration-sgx.yaml
vendored
@ -6,7 +6,6 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: github.event_name == 'push'
|
|
||||||
name: Tests (SGX)
|
name: Tests (SGX)
|
||||||
runs-on: jammy-sgx
|
runs-on: jammy-sgx
|
||||||
steps:
|
steps:
|
||||||
|
1
.github/workflows/integration-vfio.yaml
vendored
1
.github/workflows/integration-vfio.yaml
vendored
@ -6,7 +6,6 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: github.event_name == 'push'
|
|
||||||
name: Tests (VFIO)
|
name: Tests (VFIO)
|
||||||
runs-on: jammy-vfio
|
runs-on: jammy-vfio
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user