Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created May 31, 2023 21:15
Show Gist options
  • Select an option

  • Save KyMidd/359a7364eea1b3c4bd538f67d680d52c to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/359a7364eea1b3c4bd538f67d680d52c to your computer and use it in GitHub Desktop.
batch:
needs: gather-info
name: Batch
uses: ./.github/workflows/tf-deploy.yml
secrets: inherit
with:
location: ${{ matrix.pod }}
strategy:
max-parallel: ${{ fromJSON(needs.gather-info.outputs.MAX_PARALLEL) }}
fail-fast: false
matrix:
pod: ${{ fromJSON(needs.gather-info.outputs.TARGETED_PODS) }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment