Disable docs pipeline
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 1455650..e2d0407 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml
@@ -127,15 +127,15 @@ test_flags: - "--config=bzlmod" test_targets: *test_targets - docs: - name: "Docs" - bazel: last_green - platform: ubuntu2004 - build_flags: - - "--config=bzlmod" - build_targets: - - "//docs/..." - test_flags: - - "--config=bzlmod" - test_targets: - - "//docs/..." +# docs: +# name: "Docs" +# bazel: last_green +# platform: ubuntu2004 +# build_flags: +# - "--config=bzlmod" +# build_targets: +# - "//docs/..." +# test_flags: +# - "--config=bzlmod" +# test_targets: +# - "//docs/..."