mirror of
https://github.com/garrytan/gstack.git
synced 2026-08-23 06:27:14 +02:00
ci: add workflow_dispatch trigger for manual runs
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user