undo chage on config.yaml

This commit is contained in:
Ishaan Jaff 2024-08-27 22:24:21 -07:00
parent 01987388c2
commit 1ee0e8a9c3

View file

@ -437,9 +437,29 @@ workflows:
build_and_test:
jobs:
- local_testing:
filters:
branches:
only:
- main
- /litellm_.*/
- build_and_test:
filters:
branches:
only:
- main
- /litellm_.*/
- proxy_log_to_otel_tests:
filters:
branches:
only:
- main
- /litellm_.*/
- installing_litellm_on_python:
filters:
branches:
only:
- main
- /litellm_.*/
- publish_to_pypi:
requires:
- local_testing