File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 8888 execute-integration-tests : true
8989 secrets : inherit
9090 windows-bazel :
91- # Build the full matrix only on push events to the default branch, or
92- # when PR gets the has a `gha:full-build` label, or when it had the
93- # label already and it gets a new commit.
94- if : |-
95- ${{
96- github.event_name == 'schedule' ||
97- github.event_name == 'push' ||
98- contains(github.event.pull_request.labels.*.name, 'gha:full-build')
99- }}
91+ # Disabled
92+ if : false
10093 name : Windows-Bazel
10194 needs : [pre-flight]
10295 uses : ./.github/workflows/windows-bazel.yml
@@ -153,8 +146,8 @@ jobs:
153146 needs :
154147 # macos-bazel is disabled
155148 # macos-cmake is disabled
156- - windows-bazel
157- # windows-cmake is disabled is disabled
149+ # windows-bazel is disabled
150+ # windows-cmake is disabled
158151 # Run even if the other jobs failed or were skipped.
159152 if : always()
160153 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments