Multiple notifications for single event, with 2.0

After implementing workflows to get deploy working in 2.0, every push results in two notifications: the build job & the deploy job. Even better, if the deploy job is failing, the next build job will send out ‘Fixed!’ notification, only to be followed by ‘uh-oh’ a few minutes later.
Fixed!
Uh-oh!
Fixed!
Uh-oh!

Is there a way to get notification on the workflow, instead of each job within the workflow?

I noticed that too. It would also be worse in a parallel fan out bunch of tests too. You’ll get notifications for all them.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.