File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments