Ensure large-runners.sh is started every time.

This commit is contained in:
Corneil du Plessis
2023-01-17 14:05:41 +02:00
parent 80d86c25b8
commit 7d342f2fd2

View File

@@ -97,6 +97,9 @@ runs:
run: |
echo "::notice ::Waiting for cluster stream-apps-gh-runners and it's nodes"
./scripts/wait-for-cluster-${RUNNER_TYPE}.sh stream-apps-gh-runners --nodes
- name: 'Action: Ensure large runner'
shell: bash
run: ./scripts/large-runners.sh
- name: 'Action: Increase runners with ${{ inputs.max_parallel }}'
uses: ./.github/actions/increase-runners
with: