Open Peque opened 6 years ago
I just checked the correct syntax, and we are missing a yaml section there. I will post a PR as soon as I test this.
Turns out the syntax was right :sweat_smile:
I guess appveyor is overriding the settings in .appveyor.yml
with the global settings we set in our accounts from the GUI.
It will be easier if we both go to https://ci.appveyor.com/notifications and disable them globally.
Makes little sense, don't you think? :confused:
I have started a discussion in AppVeyor's support forum: https://help.appveyor.com/discussions/problems/13537-email-notifications-configuration-has-no-effect
Will keep this issue open to update it with any reply we get from support.
I see what you mean. I'll keep tabs on this until we figure it out.
By the way, I disabled notifications from the web GUI but I'm still receiving those emails, which is kinda weird, I think.
@ocaballeror I updated the settings in osbrain-ci
's AppVeyor account. You should not receive notifications from now on.
It seems we are still receiving emails from AppVeyor when tests fail and when tests are fixed.
Ideally, we should be able to disable those notifications only using the
.appveyor.yml
config file, but it seems what I wrote there is not really what I was expecting... :sweat_smile:Relevant links