Skip to content

Commit 2a00c76

Browse files
authored
chore: disable macos-bazel GHA (#15586)
1 parent 8467cec commit 2a00c76

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/test-runner.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,8 @@ jobs:
7777
# the additional jobs inherit any secrets needed to use the remote caches and
7878
# receive what version to checkout as an input.
7979
macos-bazel:
80-
# Build the full matrix only on push events to the default branch, or
81-
# when PR gets the has a `gha:full-build` label, or when it had the
82-
# label already and it gets a new commit.
83-
if: |-
84-
${{
85-
github.event_name == 'schedule' ||
86-
github.event_name == 'push' ||
87-
contains(github.event.pull_request.labels.*.name, 'gha:full-build')
88-
}}
80+
# Disabled
81+
if: false
8982
name: macOS-Bazel
9083
needs: [pre-flight]
9184
uses: ./.github/workflows/macos-bazel.yml
@@ -156,7 +149,7 @@ jobs:
156149
name: Notify-Google-Chat
157150
# Wait until all the other jobs have completed.
158151
needs:
159-
- macos-bazel
152+
# macos-bazel is disabled
160153
# macos-cmake is disabled
161154
- windows-bazel
162155
- windows-cmake

0 commit comments

Comments
 (0)