From e43ff50e767cbf481bb6216a7490c43c5642a86f Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Fri, 17 Oct 2025 08:37:12 +0200 Subject: [PATCH] chore: CI: revert macOS tests accidentally run on PRs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fbd811f64..97f820e5c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -233,7 +233,6 @@ jobs: "os": large && level >= 1 ? "nscloud-macos-sequoia-arm64-6x14" : "macos-15", "CMAKE_OPTIONS": "-DLEAN_INSTALL_SUFFIX=-darwin_aarch64", "release": true, - "test": true, "shell": "bash -euxo pipefail {0}", "llvm-url": "https://github.com/leanprover/lean-llvm/releases/download/19.1.2/lean-llvm-aarch64-apple-darwin.tar.zst", "prepare-llvm": "../script/prepare-llvm-macos.sh lean-llvm*", @@ -241,6 +240,7 @@ jobs: "tar": "gtar", // https://github.com/actions/runner-images/issues/2619 // See "Linux release" for release job levels; Grove is not a concern here "enabled": isPr || level != 1, + "test": level >= 1, "secondary": level == 0, }, {