Skip to content

Commit

Permalink
Remove notification config from AppVeyor config file
Browse files Browse the repository at this point in the history
We configure this in the AppVeyor settings on the webpage
instead of in the file. This prevents crawlers from accessing the mail
address and allows us to change the config for the whole repo at the
same time, instead of having open branches still send notifications to
an outdated address.
  • Loading branch information
PhilippWendler committed Dec 17, 2024
1 parent 9701c27 commit 08820e3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,3 @@ on_finish:
cache:
- C:\ant
- C:\ivy

notifications:
- provider: Email
to:
- [email protected]
on_build_success: false
on_build_status_changed: true

0 comments on commit 08820e3

Please sign in to comment.