We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96ef88 commit 5fc57b5Copy full SHA for 5fc57b5
.github/workflows/run_code_checks.yaml
@@ -19,9 +19,9 @@ jobs:
19
name: Unit tests
20
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@main
21
22
- docs_check:
23
- name: Docs check
24
- uses: apify/workflows/.github/workflows/python_docs_check.yaml@main
+ # docs_check:
+ # name: Docs check
+ # uses: apify/workflows/.github/workflows/python_docs_check.yaml@main
25
26
integration_tests:
27
name: Integration tests
0 commit comments