From 959b65bc4e85c0e6e2c0d100d5d6ad4316035c62 Mon Sep 17 00:00:00 2001 From: Gregory James Comer Date: Mon, 15 Sep 2025 14:33:37 -0700 Subject: [PATCH] Temporarily disable OpenVINO CI job --- .github/workflows/pull.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 815e106ae1e..d8c551e8982 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -779,6 +779,7 @@ jobs: contents: read strategy: fail-fast: false + if: false # TODO Re-enable after fixing timeouts (#14314) with: runner: linux.2xlarge docker-image: ci-image:executorch-ubuntu-22.04-gcc9