Skip to content

Commit 2fffee1

Browse files
committed
ci: add mock to workflow_dispatch platform options
Include the mock E2E tier as a manually selectable target so a dispatch can run the full E2E matrix (mock + GPU), matching the guard set on the E2E jobs. Signed-off-by: fredespi <fredrik.espinoza@gmail.com>
1 parent ea117c4 commit 2fffee1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ on:
1919
workflow_dispatch:
2020
inputs:
2121
platform:
22-
description: Which GPU runner(s) to target
22+
description: Which runner(s) to target
2323
type: choice
2424
default: all
25-
options: [all, app-dev-gpu, strix-ubuntu, strix-windows]
25+
options: [all, mock, app-dev-gpu, strix-ubuntu, strix-windows]
2626
tier:
2727
description: Which scenario tier(s) to run
2828
type: choice

0 commit comments

Comments
 (0)