We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a88176 commit 426bd00Copy full SHA for 426bd00
1 file changed
.github/workflows/test-runner.yml
@@ -113,6 +113,8 @@ jobs:
113
execute-integration-tests: true
114
secrets: inherit
115
macos-cmake:
116
+ # Disabled
117
+ if: false
118
name: macOS-CMake
119
needs: [pre-flight]
120
uses: ./.github/workflows/macos-cmake.yml
@@ -155,7 +157,7 @@ jobs:
155
157
# Wait until all the other jobs have completed.
156
158
needs:
159
- macos-bazel
- - macos-cmake
160
+ # macos-cmake is disabled
161
- windows-bazel
162
- windows-cmake
163
# Run even if the other jobs failed or were skipped.
0 commit comments