From aebddb09f067953ff62f9276ab6e252c64c20148 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Wed, 29 Dec 2021 11:33:49 -0500 Subject: [PATCH] builds: Change trigger to email only on failure It's so quick to run, I don't need the success notification! --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 8b4ef5e..f3274c8 100644 --- a/.build.yml +++ b/.build.yml @@ -15,5 +15,5 @@ tasks: acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz triggers: - action: email - condition: always + condition: failure to: ci@alexkarle.com -- libgit2 1.1.1