diff options
author | Michael Forney <mforney@mforney.org> | 2019-08-13 20:14:09 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-08-13 20:14:09 -0700 |
commit | db4b798e1fbd032b46fbd2a39d3c9797aa1dd34a (patch) | |
tree | 51ac25db36d5c9014af4fbf8425e834ff5ef21b3 /.builds/openbsd.yml | |
parent | e3f189342c713bd3f9a31dc06d7bf403fab6c393 (diff) |
Send mail to list on build job failure
Diffstat (limited to '.builds/openbsd.yml')
-rw-r--r-- | .builds/openbsd.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index 93af1de..0059992 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -15,3 +15,7 @@ tasks: cd cproc ./configure make all check bootstrap +triggers: +- action: email + condition: failure + to: ~mcf/cproc@lists.sr.ht |