Skip to content

Commit

Permalink
disable check
Browse files Browse the repository at this point in the history
  • Loading branch information
cdkini committed Mar 7, 2024
1 parent a1c62f8 commit 3fba4a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,9 @@ jobs:
run: python ci/checks/check_integration_test_gets_run.py
- name: name_tag_snippet_referenced_checker
run: python ci/checks/check_name_tag_snippets_referenced.py
- name: public_api_report
run: invoke public-api
# Disabling public_api_report during V1 development; should be re-enabled upon completion of public API audit
# - name: public_api_report
# run: invoke public-api
- name: link_checker
run: python docs/checks/docs_link_checker.py -p docs/docusaurus/docs -r docs/docusaurus/docs -sr docs/docusaurus/static -s docs -sp static --skip-external

Expand Down

0 comments on commit 3fba4a5

Please sign in to comment.