Skip to content

Commit 5fc57b5

Browse files
committed
comment out docs check CI step
1 parent b96ef88 commit 5fc57b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_code_checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
name: Unit tests
2020
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@main
2121

22-
docs_check:
23-
name: Docs check
24-
uses: apify/workflows/.github/workflows/python_docs_check.yaml@main
22+
# docs_check:
23+
# name: Docs check
24+
# uses: apify/workflows/.github/workflows/python_docs_check.yaml@main
2525

2626
integration_tests:
2727
name: Integration tests

0 commit comments

Comments
 (0)