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/alpine-aarch64.yml | |
parent | 830cf3293387ce41325d32308d024ad273ba4ef0 (diff) |
Don't spam mailing list with build failures
Add a separate list for this.
Diffstat (limited to '.builds/alpine-aarch64.yml')
-rw-r--r-- | .builds/alpine-aarch64.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/alpine-aarch64.yml b/.builds/alpine-aarch64.yml index df1bb97..3a260c3 100644 --- a/.builds/alpine-aarch64.yml +++ b/.builds/alpine-aarch64.yml @@ -29,4 +29,4 @@ tasks: triggers: - action: email condition: failure - to: "<~mcf/cproc@lists.sr.ht>" + to: "<~mcf/cproc-builds@lists.sr.ht>" |