Skip to content

Commit 812ba83

Browse files
committed
fix ci config
1 parent db612dd commit 812ba83

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: tests/ci/ci_config.py

-4
Original file line numberDiff line numberDiff line change
@@ -551,10 +551,6 @@ class CI:
551551
required_builds=[BuildNames.PACKAGE_RELEASE, BuildNames.PACKAGE_AARCH64]
552552
),
553553
JobNames.DOCS_CHECK: JobConfig(
554-
digest=DigestConfig(
555-
include_paths=["**/*.md", "./docs", "tests/ci/docs_check.py"],
556-
docker=["altinityinfra/docs-builder"],
557-
),
558554
run_command="docs_check.py",
559555
runner_type=Runners.FUNC_TESTER,
560556
),

0 commit comments

Comments
 (0)