From 0949b6777c03c25751f3e6f68c1d9ea84dcbab8e Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Wed, 21 Feb 2024 06:48:02 -0800 Subject: [PATCH] chore: green up main CI (#267) We don't currently work on windows. Also update SHA of the reusable workflow to upstream HEAD rather than my PR branch --- ### Type of change - Chore (any other change that doesn't affect source or test files, such as configuration) ### Test plan - Covered by existing test cases --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 359d0676..d313b720 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,8 +18,9 @@ concurrency: jobs: test: - uses: bazel-contrib/.github/.github/workflows/bazel.yaml@e76b9e5a1d91256e06b097c4470a22263969600b + uses: bazel-contrib/.github/.github/workflows/bazel.yaml@ca6324c506371e708095b42e24d6f34030753de6 with: folders: '[".", "e2e/smoke"]' + # TODO: Build Windows tools and add to toolchain # TODO(alex): switch the root folder to bzlmod - exclude: '[{"folder": ".", "bazelversion": "6.4.0"}, {"folder": ".", "bzlmodEnabled": true}]' + exclude: '[{"os": "windows-latest"}, {"folder": ".", "bazelversion": "6.4.0"}, {"folder": ".", "bzlmodEnabled": true}]'