From 09da66815c42e3de2625c8a78f00ccf05f95fe61 Mon Sep 17 00:00:00 2001 From: Sharadh Rajaraman Date: Fri, 10 Oct 2025 12:20:05 +0100 Subject: [PATCH] Disable module workflows entirely until CMake has stabilised `import std` --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03eb1f1..8e070cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: cmake-unix-modules: runs-on: ${{ matrix.os }} - if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name + if: false strategy: matrix: os: [ ubuntu-latest ] @@ -99,7 +99,7 @@ jobs: cmake-windows-modules: runs-on: ${{ matrix.os }} - if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name + if: false strategy: matrix: os: [ windows-latest ]