Skip to content

Commit 8c308cd

Browse files
authored
Update stackhpc-all-in-one.yml
1 parent 90f77d3 commit 8c308cd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ name: All in one
77
on:
88
workflow_call:
99
inputs:
10+
runner:
11+
required: false
12+
type: string
13+
description: 'Runner name'
14+
default: 'arc-skc-aio-runner'
1015
kayobe_image:
1116
description: Kayobe container image
1217
type: string
@@ -80,12 +85,7 @@ on:
8085
required: true
8186
OS_APPLICATION_CREDENTIAL_SECRET:
8287
required: true
83-
workflow_dispatch:
84-
inputs:
85-
runner:
86-
required: false
87-
description: 'Runner name'
88-
default: 'arc-skc-aio-runner'
88+
8989
jobs:
9090
# NOTE: Runner needs unzip and nodejs packages.
9191
all-in-one:

0 commit comments

Comments
 (0)