Skip to content

Commit e37d946

Browse files
committed
chore: disable windows-bazel GHA
1 parent 6af1c8f commit e37d946

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/test-runner.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,8 @@ jobs:
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

0 commit comments

Comments
 (0)