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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: evals-${{ github.head_ref }}
|
group: evals-${{ github.head_ref }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue