forked from phoenix/litellm-mirror
(ci/cd) dispatch to run load test
This commit is contained in:
parent
eb071d8101
commit
d24eb263f2
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
|
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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue