Skip to content

Commit 09da668

Browse files
sharadhrcharles-lunarg
authored andcommitted
Disable module workflows entirely until CMake has stabilised import std
1 parent 1a134bc commit 09da668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
cmake-unix-modules:
7777
runs-on: ${{ matrix.os }}
78-
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
78+
if: false
7979
strategy:
8080
matrix:
8181
os: [ ubuntu-latest ]
@@ -99,7 +99,7 @@ jobs:
9999

100100
cmake-windows-modules:
101101
runs-on: ${{ matrix.os }}
102-
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
102+
if: false
103103
strategy:
104104
matrix:
105105
os: [ windows-latest ]

0 commit comments

Comments
 (0)