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 | |
parent | 830cf3293387ce41325d32308d024ad273ba4ef0 (diff) |
Don't spam mailing list with build failures
Add a separate list for this.
-rw-r--r-- | .builds/alpine-aarch64.yml | 2 | ||||
-rw-r--r-- | .builds/alpine.yml | 2 | ||||
-rw-r--r-- | .builds/debian-aarch64.yml | 2 | ||||
-rw-r--r-- | .builds/debian.yml | 2 | ||||
-rw-r--r-- | .builds/freebsd.yml | 2 | ||||
-rw-r--r-- | .builds/nixos.yml | 2 | ||||
-rw-r--r-- | .builds/openbsd.yml | 2 |
7 files changed, 7 insertions, 7 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>" diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 23d2f6f..5c759f0 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -15,4 +15,4 @@ tasks: triggers: - action: email condition: failure - to: "<~mcf/cproc@lists.sr.ht>" + to: "<~mcf/cproc-builds@lists.sr.ht>" diff --git a/.builds/debian-aarch64.yml b/.builds/debian-aarch64.yml index 2b37e0d..2399004 100644 --- a/.builds/debian-aarch64.yml +++ b/.builds/debian-aarch64.yml @@ -28,4 +28,4 @@ tasks: triggers: - action: email condition: failure - to: "<~mcf/cproc@lists.sr.ht>" + to: "<~mcf/cproc-builds@lists.sr.ht>" diff --git a/.builds/debian.yml b/.builds/debian.yml index 2bb9161..09bb600 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -12,4 +12,4 @@ tasks: triggers: - action: email condition: failure - to: "<~mcf/cproc@lists.sr.ht>" + to: "<~mcf/cproc-builds@lists.sr.ht>" 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>" diff --git a/.builds/nixos.yml b/.builds/nixos.yml index c3a9f53..c4505e4 100644 --- a/.builds/nixos.yml +++ b/.builds/nixos.yml @@ -17,4 +17,4 @@ tasks: triggers: - action: email condition: failure - to: "<~mcf/cproc@lists.sr.ht>" + to: "<~mcf/cproc-builds@lists.sr.ht>" diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index c7abb32..97ea432 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -15,4 +15,4 @@ tasks: triggers: - action: email condition: failure - to: "<~mcf/cproc@lists.sr.ht>" + to: "<~mcf/cproc-builds@lists.sr.ht>" |