From bb72f20b5d264de9b4e9910fe2a2294fb336a6d6 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Wed, 2 Nov 2022 14:40:53 +0200 Subject: [PATCH] [GitHub Actions] Fix install pack --- .github/actions/scale-runners-up/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/scale-runners-up/action.yml b/.github/actions/scale-runners-up/action.yml index 0942c40f..3d233aad 100644 --- a/.github/actions/scale-runners-up/action.yml +++ b/.github/actions/scale-runners-up/action.yml @@ -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: