[GitHub Actions] Fix install pack
This commit is contained in:
2
.github/actions/scale-runners-up/action.yml
vendored
2
.github/actions/scale-runners-up/action.yml
vendored
@@ -80,7 +80,7 @@ runs:
|
||||
VERBOSE: ${{ inputs.verbose && '--verbose' || '' }}
|
||||
run: |
|
||||
echo "::notice ::Scaling stream-apps-gh-runners to ${{ inputs.max_parallel }} pods"
|
||||
./scripts/scale-cluster-pods.sh stream-apps-gh-runners ${{ inputs.max_parallel }}
|
||||
./scripts/scale-cluster-pods.sh stream-apps-gh-runners ${{ inputs.max_parallel }} --add 1
|
||||
- name: 'Check: Wait for cluster nodes: stream-apps-gh-runners'
|
||||
shell: bash
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user