diff options
author | Michael Forney <mforney@mforney.org> | 2022-11-29 11:38:41 -0800 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2022-11-29 11:41:26 -0800 |
commit | cd8c8f018c8285f922d4f430b2458d3badc895c9 (patch) | |
tree | f3fc560b10badbc2ae7a6747d2ec16f20363e446 /.builds/freebsd.yml | |
parent | 830cf3293387ce41325d32308d024ad273ba4ef0 (diff) |
Don't spam mailing list with build failures
Add a separate list for this.
Diffstat (limited to '.builds/freebsd.yml')
-rw-r--r-- | .builds/freebsd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 0610945..1e16c34 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -12,4 +12,4 @@ tasks: triggers: - action: email condition: failure - to: "<~mcf/cproc@lists.sr.ht>" + to: "<~mcf/cproc-builds@lists.sr.ht>" |