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

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
(cherry picked from commit cb8a728dfb)
This commit is contained in:
Rob Bradford
2024-02-28 09:57:58 +00:00
committed by Bo Chen
parent 80724b1662
commit bd506500d7
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: