We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361f9b8 commit 25a79a2Copy full SHA for 25a79a2
.github/workflows/test-runner.yml
@@ -127,6 +127,8 @@ jobs:
127
execute-integration-tests: true
128
secrets: inherit
129
windows-cmake:
130
+ # Disabled
131
+ if: false
132
name: Windows-CMake
133
needs: [pre-flight]
134
uses: ./.github/workflows/windows-cmake.yml
@@ -152,7 +154,7 @@ jobs:
152
154
# macos-bazel is disabled
153
155
# macos-cmake is disabled
156
- windows-bazel
- - windows-cmake
157
+ # windows-cmake is disabled is disabled
158
# Run even if the other jobs failed or were skipped.
159
if: always()
160
runs-on: ubuntu-latest
0 commit comments