If another workflow is already running and deploying to the same GitHub Environment, wait for other workflows queued up to finish before continuing.
environment- The GitHub Environment name to base the queue ongithub-token-The GitHub token to use, defaults to${{ github.token }}timeout- Timeout before we stop trying (in milliseconds), defaults to600000delay- Delay between status checks (in milliseconds), defaults to10000
- uses: devkeydet/action-environment-queue@v1
with:
environment: foo- Inspired by the Workflow Queue action.