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
No known key found for this signature in database
GPG Key ID: C1F69E85C74EFE1D
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ name: E2E Evals
on:
pull_request:
branches: [main]
workflow_dispatch:
concurrency:
group: evals-${{ github.head_ref }}