(ci/cd) dispatch to run load test
This commit is contained in:
parent
974d654189
commit
a2a6c474e0
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…
Reference in New Issue
Block a user