forked from phoenix/litellm-mirror
undo chage on config.yaml
This commit is contained in:
parent
01987388c2
commit
1ee0e8a9c3
1 changed files with 20 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue