summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2020-07-19 16:35:39 -0500
committerBe <be@mixxx.org>2020-07-19 16:35:39 -0500
commit5b6628e91189f547a73a6e95de9a19f5979d8d14 (patch)
tree4a66180e21313d65e899e8b90d6f7b2f72067550 /appveyor.yml
parent6e17ff8f70a0d8b34417419f945925e0374be883 (diff)
AppVeyor: only send Zulip notifications when status changes
to reduce noise
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 22af726cb8..abdd789c35 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -291,7 +291,5 @@ notifications:
headers:
Authorization:
secure: 95cbVBcC4rogjE5VNdhuYm8cnjPF8+7SeQXySqcxAqrFZxK+/Kcn3Q2hRb2iZfUEKZ+EdCYwx7EbpZdSiZc5goAuJT+/QXXT/Ls+fzc+eSy4Sz1Ic5t2BjLhmYZLdnBL3uIVceNSb8GzYPQx0+xy7g==
- on_build_success: true
- on_build_failure: true
on_build_status_changed: true
body: "type=stream&to=appveyor&subject={{projectName}} Build {{buildVersion}} {{status}}&content=Build {{buildVersion}} {{status}}{{#isPullRequest}} (PR #{{pullRequestId}}) {{/isPullRequest}}{{#failed}} :cross_mark:{{/failed}}{{#passed}} :check_mark:{{/passed}} {{buildUrl}}"