We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b8f10 commit 45d731dCopy full SHA for 45d731d
.github/workflows/stackhpc-all-in-one.yml
@@ -77,12 +77,12 @@ jobs:
77
runner-selection:
78
uses: ./.github/workflows/runner-selector.yml
79
with:
80
- runner_env: ${{ inputs.runner_env }}
+ runner_env: ${{ inputs.upgrade == true && 'Leafcloud' || inputs.runner_env }}
81
# NOTE: Runner needs unzip and nodejs packages.
82
all-in-one:
83
name: All in one
84
if: ${{ inputs.if && !cancelled() }}
85
- environment: ${{ inputs.runner_env }}
+ environment: ${{ inputs.upgrade == true && 'Leafcloud' || inputs.runner_env }}
86
runs-on: ${{ needs.runner-selection.outputs.runner_name_aio }}
87
needs:
88
- runner-selection
0 commit comments