Skip to content

Commit

Permalink
Build Tools: Don't send AppVeyor notifications on Slack on repeated s…
Browse files Browse the repository at this point in the history
…uccessful builds.

See #44276.



git-svn-id: https://develop.svn.wordpress.org/trunk@44599 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
pento committed Jan 15, 2019
1 parent bb59882 commit 0c9236a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Expand Up @@ -29,5 +29,7 @@ notifications:
- provider: Slack
incoming_webhook:
secure: CmhfxrWwgtwzO/kXoZWXRUB/Jh05AQ7DvOhToqtpm6dN1wBDp9+VnNqxldpv34uPd09vuUk4Nu/NQFkIswuZA5NYfIFJIFWqwnZExQFzTBA=
on_build_success: false
on_build_failure: true
on_build_status_changed: true
template: Build <{{buildUrl}}|#{{buildNumber}}> (<{{commitUrl}}|{{commitId}}>) of {{repositoryName}}@{{branch}} by {{commitAuthor}} {{status}} in {{duration}}

0 comments on commit 0c9236a

Please sign in to comment.