Disable module workflows entirely until CMake has stabilised import std

This commit is contained in:
Sharadh Rajaraman 2025-10-10 12:20:05 +01:00 committed by Charles Giessen
parent 1a134bcb8e
commit 09da66815c

View file

@ -75,7 +75,7 @@ jobs:
cmake-unix-modules: cmake-unix-modules:
runs-on: ${{ matrix.os }} 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: strategy:
matrix: matrix:
os: [ ubuntu-latest ] os: [ ubuntu-latest ]
@ -99,7 +99,7 @@ jobs:
cmake-windows-modules: cmake-windows-modules:
runs-on: ${{ matrix.os }} 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: strategy:
matrix: matrix:
os: [ windows-latest ] os: [ windows-latest ]