From ab9f56b61575617fa2c565543b7ce2afffd1c528 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 31 Dec 2019 15:58:06 -0800 Subject: Do not notify AppVeyor on_build_status_changed Similar to 4fb6643f31cdee33184043ce17c42001274c4392. This is motivated by the lack of the same feature in GitHub Actions. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 623d628879..b441712028 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -94,4 +94,4 @@ notifications: {{/isPullRequest}} on_build_success: false on_build_failure: true - on_build_status_changed: true + on_build_status_changed: false -- cgit v1.2.1