ruby-changes:59594
From: Takashi <ko1@a...>
Date: Wed, 1 Jan 2020 08:59:43 +0900 (JST)
Subject: [ruby-changes:59594] ab9f56b615 (master): Do not notify AppVeyor on_build_status_changed
https://git.ruby-lang.org/ruby.git/commit/?id=ab9f56b615 From ab9f56b61575617fa2c565543b7ce2afffd1c528 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> 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. diff --git a/appveyor.yml b/appveyor.yml index 623d628..b441712 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -94,4 +94,4 @@ notifications: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L94 {{/isPullRequest}} on_build_success: false on_build_failure: true - on_build_status_changed: true + on_build_status_changed: false -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/