Skip to content

devkeydet/action-environment-queue

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Environment Queue Action

If another workflow is already running and deploying to the same GitHub Environment, wait for other workflows queued up to finish before continuing.

Inputs

  • environment - The GitHub Environment name to base the queue on
  • github-token -The GitHub token to use, defaults to ${{ github.token }}
  • timeout - Timeout before we stop trying (in milliseconds), defaults to 600000
  • delay - Delay between status checks (in milliseconds), defaults to 10000

Example

- uses: devkeydet/action-environment-queue@v1
  with:
    environment: foo

Acknowledgements

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published