ci: add workflow_dispatch trigger for manual runs

This commit is contained in:
Garry Tan
2026-03-23 07:11:48 -07:00
parent 7598565344
commit 50681f9fd9
+1
View File
@@ -2,6 +2,7 @@ name: E2E Evals
on:
pull_request:
branches: [main]
workflow_dispatch:
concurrency:
group: evals-${{ github.head_ref }}