[GitHub Actions] Fix scaling

This commit is contained in:
Corneil du Plessis
2022-11-01 10:04:36 +02:00
parent 28c4be266d
commit 9abe0386c8

View File

@@ -25,7 +25,6 @@ on:
GH_ARC_PRIVATE_KEY:
GH_ARC_PAT:
env:
VERBOSE: ${{ inputs.verbose && 'true' || '' }}
BRANCH: ${{ inputs.branch }}
@@ -121,8 +120,6 @@ jobs:
RUNNER_TYPE=$(./scripts/determine-provider.sh stream-apps-gh-runners)
echo "RUNNER_TYPE=$RUNNER_TYPE"
echo "RUNNER_TYPE=$RUNNER_TYPE" >> $GITHUB_ENV
outputs:
runner-type: '${{ env.RUNNER_TYPE }}'
- name: 'Install: gcloud cli'
if: ${{ env.RUNNER_TYPE == 'gke' }}
uses: ./.github/actions/install-gcloud