diff --git a/.drone.yml b/.drone.yml index 2dcec6f..71e7690 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,17 +38,16 @@ steps: from_secret: discord_webhook_id DISCORD_WEBHOOK_TOKEN: from_secret: discord_webhook_token - when: - event: - - push - - tag - - pull_request - - deployment - status: - - changed - - failure - - success - + # when: + # event: + # - push + # - tag + # - pull_request + # - deployment + # status: + # - changed + # - failure + # - success message: > {{#success build.status}} ✅ Build #{{build.number}} of `{{repo.name}}` succeeded.