build: Remove unnecessary if event checks from vfio/sgx workflows

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford 2024-02-28 09:57:58 +00:00
parent 80aa91f24c
commit cb8a728dfb
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ on:
jobs:
build:
if: github.event_name == 'push'
name: Tests (SGX)
runs-on: jammy-sgx
steps:

View File

@ -6,7 +6,6 @@ on:
jobs:
build:
if: github.event_name == 'push'
name: Tests (VFIO)
runs-on: jammy-vfio
steps: