If you or someone on your team has broken the build, the whole team should swarm to fix the problem immediately.
It is PERFECTLY ok to have the CI build go red, that is what is there for, but when the build goes red the team should go immediately into corrective action mode and make sure the build goes green again.
Two things should be done:
 ❌ Bad Example: Too many broken builds in a row.
 ✅ Good Example: Broken build was fixed immediately.