Email Notifications
Enabling email notifications
# config.yaml
notifications:
email:
enabled: true
recipients:
- sam@example.com
- devs@example.comAlso notify on passing runs
# config.yaml
notifications:
email:
enabled: true
onSuccess: true
recipients:
- sam@example.com
- devs@example.comWhat's in the email
Disabling emails
Last updated