Don't announce PR builds in Slack
People may submit a PR to our travis build repo, we shouldn't notify slack when that happens. See https://docs.travis-ci.com/user/notifications/#Slack-notifications Fixes #36607 git-svn-id: https://develop.svn.wordpress.org/trunk@37268 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
67e6dc1c43
commit
5cb70bd017
@ -58,3 +58,4 @@ notifications:
|
||||
on_start: never
|
||||
on_failure: always
|
||||
on_success: change
|
||||
on_pull_requests: false
|
||||
|
Loading…
Reference in New Issue
Block a user