From 69963949685ef621d1345878ec0521bdd170febe Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Tue, 29 Dec 2020 23:39:50 +0100 Subject: ci: stop sending an email on failure --- .builds/alpine-edge-amd64.yml | 5 ----- .builds/debian-stable-aarch64.yml | 5 ----- .builds/debian-stable-amd64.yml | 5 ----- .builds/freebsd-latest-amd64.yml | 5 ----- 4 files changed, 20 deletions(-) (limited to '.builds') diff --git a/.builds/alpine-edge-amd64.yml b/.builds/alpine-edge-amd64.yml index 6ff1f53..ee31a43 100644 --- a/.builds/alpine-edge-amd64.yml +++ b/.builds/alpine-edge-amd64.yml @@ -25,8 +25,3 @@ tasks: - test_in_memory: | cd zig-sqlite TERM=dumb zig build test -Din_memory - -triggers: - - action: email - condition: failure - to: "Vincent Rischmann " diff --git a/.builds/debian-stable-aarch64.yml b/.builds/debian-stable-aarch64.yml index f3508b7..d02129a 100644 --- a/.builds/debian-stable-aarch64.yml +++ b/.builds/debian-stable-aarch64.yml @@ -24,8 +24,3 @@ tasks: - test_in_memory: | cd zig-sqlite TERM=dumb zig build test -Din_memory - -triggers: - - action: email - condition: failure - to: "Vincent Rischmann " diff --git a/.builds/debian-stable-amd64.yml b/.builds/debian-stable-amd64.yml index 856e61c..9705930 100644 --- a/.builds/debian-stable-amd64.yml +++ b/.builds/debian-stable-amd64.yml @@ -24,8 +24,3 @@ tasks: - test_in_memory: | cd zig-sqlite TERM=dumb zig build test -Din_memory - -triggers: - - action: email - condition: failure - to: "Vincent Rischmann " diff --git a/.builds/freebsd-latest-amd64.yml b/.builds/freebsd-latest-amd64.yml index e6200bb..7b332f3 100644 --- a/.builds/freebsd-latest-amd64.yml +++ b/.builds/freebsd-latest-amd64.yml @@ -24,8 +24,3 @@ tasks: - test_in_memory: | cd zig-sqlite TERM=dumb zig build test -Din_memory - -triggers: - - action: email - condition: failure - to: "Vincent Rischmann " -- cgit v1.2.3