From e30a0e676a31e8f30b97b9cd4b0428a72491713a Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Wed, 2 Apr 2025 12:59:06 +0100 Subject: [PATCH] Removed appveyor notification for Slack --- appveyor.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a3cba3df..0b8eef40 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,11 +16,5 @@ install: build: project: test/vs2022/etl.vcxproj verbosity: minimal -notifications: -- provider: Webhook - url: https://hooks.slack.com/services/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 - method: POST - on_build_success: true - on_build_failure: true - on_build_status_changed: true + \ No newline at end of file