Skip to content

Commit 25a79a2

Browse files
committed
chore: disable gha windows cmake
1 parent 361f9b8 commit 25a79a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-runner.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ jobs:
127127
execute-integration-tests: true
128128
secrets: inherit
129129
windows-cmake:
130+
# Disabled
131+
if: false
130132
name: Windows-CMake
131133
needs: [pre-flight]
132134
uses: ./.github/workflows/windows-cmake.yml
@@ -152,7 +154,7 @@ jobs:
152154
# macos-bazel is disabled
153155
# macos-cmake is disabled
154156
- windows-bazel
155-
- windows-cmake
157+
# windows-cmake is disabled is disabled
156158
# Run even if the other jobs failed or were skipped.
157159
if: always()
158160
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)