From 6f11e997a1afc5065913b18bff8a06a3e3ad831e Mon Sep 17 00:00:00 2001 From: Mingxin Wang Date: Tue, 8 Sep 2026 22:15:54 -0400 Subject: [PATCH] Avoid running the arm64e BVT when syncing a fork --- .github/workflows/pipeline-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pipeline-ci.yml b/.github/workflows/pipeline-ci.yml index 70ea941..6659442 100644 --- a/.github/workflows/pipeline-ci.yml +++ b/.github/workflows/pipeline-ci.yml @@ -36,6 +36,7 @@ jobs: run-bvt-appleclang-arm64e: uses: ./.github/workflows/bvt-appleclang-arm64e.yml name: Run BVT with AppleClang (arm64e with PAC) + if: github.event_name != 'push' || github.repository == 'ngcpp/proxy' run-bvt-nvhpc: uses: ./.github/workflows/bvt-nvhpc.yml