mirror of https://github.com/garrytan/gstack.git
ci: add workflow_dispatch trigger for manual runs
This commit is contained in:
parent
7598565344
commit
50681f9fd9
|
|
@ -2,6 +2,7 @@ name: E2E Evals
|
|||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: evals-${{ github.head_ref }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue