Notify everyone when daily main tests fail #120
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
As mentioned the email notification for a failed workflow only reach the person who last changed the job, see: https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs
It should be possible to build a feature to send specific email to a list of people.
Maybe this can be adapted? https://www.ravsam.in/blog/send-email-notification-when-github-action-fails/
Here another similar example with code to only trigger on failure:
Other ideas: https://stackoverflow.com/questions/62304258/github-actions-notifications-on-workflow-failure
Or maybe do a separate workflow that is triggered on failure of the test workflow?
The text was updated successfully, but these errors were encountered: