WATonomous / status

WATcloud status page
https://status.watonomous.ca/
MIT License
2 stars 1 forks source link

Use mutex when deploying to gh pages #41

Closed ben-z closed 2 years ago

ben-z commented 2 years ago

Resolves https://github.com/WATonomous/status/issues/35

Uses https://github.com/marketplace/actions/mutex-action to limit concurrency for deployments to 1 while not cancelling old jobs when there are more than 2 jobs.