diff --git a/.github/workflows/integration-sgx.yaml b/.github/workflows/integration-sgx.yaml index fdb865ec8..2f9dd45d2 100644 --- a/.github/workflows/integration-sgx.yaml +++ b/.github/workflows/integration-sgx.yaml @@ -6,7 +6,6 @@ on: jobs: build: - if: github.event_name == 'push' name: Tests (SGX) runs-on: jammy-sgx steps: diff --git a/.github/workflows/integration-vfio.yaml b/.github/workflows/integration-vfio.yaml index 1124affce..dd808d4ad 100644 --- a/.github/workflows/integration-vfio.yaml +++ b/.github/workflows/integration-vfio.yaml @@ -6,7 +6,6 @@ on: jobs: build: - if: github.event_name == 'push' name: Tests (VFIO) runs-on: jammy-vfio steps: