Email Configuration for a CircleCI Workflow
B
Brian Wallace
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
Merged in a post:
Add an option for only one email per workflow
J
Jacob Beck
I would like to have an option available to only get one email for each complete workflow I run. Currently I can either disable emails entirely or get one email per job. I really only want to know about the status of the entire workflow.
This would help anyone who uses workflows to parallelize a number of tests and doesn't care about the individual steps / is willing to go look at the webui to see details (I need to go there to see what went wrong anyway, really, so it's no extra cost).
CCI-I-503