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?