Rollback check command should detect failed deployments
If a production deployment fails /chatops run rollback check gprd will not report it.
If it failed before running post-deployment migrations, there will be no harm. But if it failed during that job and some migrations are applied, rolling back could cause troubles.
When performing rollback checks, we should show a warning for both running and failed deployments
Edited by Amy Phillips