(ci/cd) dispatch to run load test

This commit is contained in:
ishaan-jaff
2024-03-15 16:27:34 -07:00
parent 974d654189
commit a2a6c474e0
+6 -1
View File
@@ -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: