Skip to content

Commit

Permalink
Disable run_and_convert_notebooks_to_docs in release workflow (#1898)
Browse files Browse the repository at this point in the history
Co-authored-by: Eugene Khvedchenya <ekhvedchenya@gmail.com>
  • Loading branch information
NatanBagrov and BloodAxe committed Mar 8, 2024
1 parent 4e682a4 commit b73be34
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1052,10 +1052,12 @@ workflows:
context:
- slack
<<: *release_tag_filter
- run_and_convert_notebooks_to_docs:
context:
- slack
<<: *release_tag_filter
# Temporary disabled until we figure out why it is failing at `release` workflow
# but not at `sanity_check` or `run_and_convert_notebooks_to_docs` workflows
# - run_and_convert_notebooks_to_docs:
# context:
# - slack
# <<: *release_tag_filter
- release_version:
py_version: "3.8"
requires:
Expand All @@ -1068,7 +1070,9 @@ workflows:
- recipe_sanity_tests_segmentation
- recipe_sanity_tests_detection
- recipe_sanity_tests_pose_estimation
- run_and_convert_notebooks_to_docs
# Temporary disabled until we figure out why it is failing at `release` workflow
# but not at `sanity_check` or `run_and_convert_notebooks_to_docs` workflows
# - run_and_convert_notebooks_to_docs
<<: *release_tag_filter
- deci-common/pip_upload_package_from_codeartifact_to_global_pypi:
package_name: "super-gradients"
Expand Down

0 comments on commit b73be34

Please sign in to comment.