diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index d60490953d..24af281c9f 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -27,6 +27,7 @@ platforms: build_targets: # Cannot build the docsite on Windows, see # https://github.com/bazelbuild/skydoc/issues/58 - - "//... -//:docs" + - "//..." + - "-//:docs" test_targets: - "//..."