forked from phoenix/litellm-mirror
build(config.yml): setup approve and run workflow for circle ci testing on pr's
This commit is contained in:
parent
ebf7fe0d4a
commit
11de954abd
1 changed files with 31 additions and 3 deletions
|
@ -319,9 +319,37 @@ workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build_and_test:
|
build_and_test:
|
||||||
jobs:
|
jobs:
|
||||||
- local_testing
|
- hold:
|
||||||
- build_and_test
|
type: approval
|
||||||
- installing_litellm_on_python
|
filters:
|
||||||
|
branches:
|
||||||
|
ignore:
|
||||||
|
- main
|
||||||
|
- /litellm_.*/
|
||||||
|
- local_testing:
|
||||||
|
requires:
|
||||||
|
- hold
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
ignore:
|
||||||
|
- main
|
||||||
|
- /litellm_.*/
|
||||||
|
- build_and_test:
|
||||||
|
requires:
|
||||||
|
- hold
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
ignore:
|
||||||
|
- main
|
||||||
|
- /litellm_.*/
|
||||||
|
- installing_litellm_on_python:
|
||||||
|
requires:
|
||||||
|
- hold
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
ignore:
|
||||||
|
- main
|
||||||
|
- /litellm_.*/
|
||||||
- publish_to_pypi:
|
- publish_to_pypi:
|
||||||
requires:
|
requires:
|
||||||
- local_testing
|
- local_testing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue