I would like to disable emails for particular workflows, but not others. This should be configurable within the circleci config.yml.
We run automated tests via some workflows and are notified of failures via other means. I would like to disable email notifications for these test workflows.
CCI-I-420