Skip to content

Commit c0be622

Browse files
committed
Var to set upgrade AiOs to Leafcloud
1 parent 90b8f10 commit c0be622

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
@@ -77,7 +77,7 @@ jobs:
7777
runner-selection:
7878
uses: ./.github/workflows/runner-selector.yml
7979
with:
80-
runner_env: ${{ inputs.runner_env }}
80+
runner_env: ${{ inputs.upgrade == 'true' && 'Leafcloud' || inputs.runner_env }}
8181
# NOTE: Runner needs unzip and nodejs packages.
8282
all-in-one:
8383
name: All in one

0 commit comments

Comments
 (0)