Skip to content

Commit c42a088

Browse files
committed
Disable docs pipeline
1 parent 76dacc5 commit c42a088

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.bazelci/presubmit.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,15 @@ tasks:
127127
test_flags:
128128
- "--config=bzlmod"
129129
test_targets: *test_targets
130-
docs:
131-
name: "Docs"
132-
bazel: last_green
133-
platform: ubuntu2004
134-
build_flags:
135-
- "--config=bzlmod"
136-
build_targets:
137-
- "//docs/..."
138-
test_flags:
139-
- "--config=bzlmod"
140-
test_targets:
141-
- "//docs/..."
130+
# docs:
131+
# name: "Docs"
132+
# bazel: last_green
133+
# platform: ubuntu2004
134+
# build_flags:
135+
# - "--config=bzlmod"
136+
# build_targets:
137+
# - "//docs/..."
138+
# test_flags:
139+
# - "--config=bzlmod"
140+
# test_targets:
141+
# - "//docs/..."

0 commit comments

Comments
 (0)