Skip to content

Commit 25f65ff

Browse files
authored
Update stackhpc-all-in-one.yml
Set runs-on to accept variables for when sharing workflow.
1 parent d70c233 commit 25f65ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
all-in-one:
8787
name: All in one
8888
if: ${{ inputs.if && !cancelled() }}
89-
runs-on: arc-skc-aio-runner
89+
runs-on: [arc-skc-aio-runner, "${{ inputs.runner_var }}"]
9090
permissions: {}
9191
env:
9292
KAYOBE_ENVIRONMENT: ci-aio

0 commit comments

Comments
 (0)