mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
(ci/cd) dispatch to run load test
This commit is contained in:
parent
974d654189
commit
a2a6c474e0
1 changed files with 6 additions and 1 deletions
7
.github/workflows/load_test.yml
vendored
7
.github/workflows/load_test.yml
vendored
|
|
@ -1,6 +1,11 @@
|
|||
name: Test Locust Load Test
|
||||
|
||||
on: [release, workflow_dispatch]
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Build, Publish LiteLLM Docker Image. New Release"]
|
||||
types:
|
||||
- completed
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue