Commit ea117c4
committed
ci: allow manual E2E runs via workflow_dispatch
Add a workflow_dispatch trigger with platform and tier inputs so the E2E jobs on
the self-hosted GPU runners can be run on demand against any ref, without a push
or the full pipeline. A manual dispatch skips build-and-test for a fast loop;
nothing on the default branch depends on that job, so skipping it is safe here.
The trigger must exist on the default branch for the workflow to be dispatchable
at all; the E2E jobs that consume these inputs live on their own branch and are
run by dispatching against that ref.
Signed-off-by: fredespi <fredrik.espinoza@gmail.com>1 parent 74ee17d commit ea117c4
1 file changed
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
13 | 31 | | |
14 | 32 | | |
15 | 33 | | |
| |||
96 | 114 | | |
97 | 115 | | |
98 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
99 | 120 | | |
100 | 121 | | |
101 | 122 | | |
| |||
0 commit comments