diff options
author | Thanos Apollo <[email protected]> | 2023-07-08 11:57:23 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-08 11:57:23 +0300 |
commit | 43ab12b5a56a0c06ade91abeacad400755ed5ba3 (patch) | |
tree | ff7ea9e234e3161e24ccaca0974d8a42bc79558f | |
parent | 774dc1935189cf995fffbb89b0d78c9979574f0f (diff) |
build: sent email only if falure
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,5 +9,5 @@ tasks: emacs -q -batch -l yeetube-tests.el triggers: - action: email - condition: success + condition: failure to: ~thanosapollo/[email protected] |