Skip to content

toha-nordic/action-environment-queue

 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 52.3%
  • JavaScript 47.7%