File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 80
80
required : true
81
81
OS_APPLICATION_CREDENTIAL_SECRET :
82
82
required : true
83
-
83
+ workflow_dispatch :
84
+ inputs :
85
+ runner :
86
+ required : false
87
+ description : ' Runner name'
88
+ default : ' arc-skc-aio-runner'
84
89
jobs :
85
90
# NOTE: Runner needs unzip and nodejs packages.
86
91
all-in-one :
87
92
name : All in one
88
93
if : ${{ inputs.if && !cancelled() }}
89
- runs-on : [arc-skc-aio-runner, " ${{ inputs.runner_var }}"]
94
+ runs-on : ${{ inputs.runner }}
90
95
permissions : {}
91
96
env :
92
97
KAYOBE_ENVIRONMENT : ci-aio
96
101
PREVIOUS_KAYOBE_IMAGE : ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2023.1
97
102
# NOTE(upgrade): Reference the PREVIOUS release branch here.
98
103
PREVIOUS_BRANCH : stackhpc/2023.1
104
+
99
105
steps :
100
106
- name : Install Package
101
107
uses : ConorMacBride/install-package@main
You can’t perform that action at this time.
0 commit comments