Skip to content

Commit 426bd00

Browse files
authored
chore: disable macos-cmake GHA CI (#15534)
1 parent 5a88176 commit 426bd00

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test-runner.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ jobs:
113113
execute-integration-tests: true
114114
secrets: inherit
115115
macos-cmake:
116+
# Disabled
117+
if: false
116118
name: macOS-CMake
117119
needs: [pre-flight]
118120
uses: ./.github/workflows/macos-cmake.yml
@@ -155,7 +157,7 @@ jobs:
155157
# Wait until all the other jobs have completed.
156158
needs:
157159
- macos-bazel
158-
- macos-cmake
160+
# macos-cmake is disabled
159161
- windows-bazel
160162
- windows-cmake
161163
# Run even if the other jobs failed or were skipped.

0 commit comments

Comments
 (0)