We have a project setup with 2.0 since last spring. We do branch based development and only care to see notifications in our slack channel for our three deployed branches. It’s been working fine until today, when we started receiving failure notifications for all branches that were in progress that team members were working on. We’ve been used the recommended settings from Circle1 which so far have been working in our cirlce.yml:
notify:
branches:
only:
- develop
- qa
- master
I’ve noticed that in the past our slack notifications would show up in the format:
Failed: ajakate's build (#9986; push)
and they now say:
Failed: ajakate's workflow (build-deploy)
I’m wondering if a new feature/regression has been pushed yesterday that is causing all of our extra branch notifications to show up. Is there anything we can change in our config.yml to fix this? It’s difficult finding documentation for this…
Just curious if anyone else is having this issue.