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 c0be622Copy full SHA for c0be622
.github/workflows/stackhpc-all-in-one.yml
@@ -77,7 +77,7 @@ 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
0 commit comments