sourcetoad / aws-codedeploy-action

AWS CodeDeploy via GitHub Actions
MIT License
36 stars 14 forks source link

fix: don't poll forever for stopped deployments #13

Closed iBotPeaches closed 3 years ago

iBotPeaches commented 3 years ago

fixes: #12

A project has a stopped deployment and we are forever finding it and polling until max, so we shouldn't include that. Only builds in progress or queued to go out.