From 8006fc3869b9b53e4680c6515ec0dcd405a1c6f8 Mon Sep 17 00:00:00 2001 From: cobb Date: Wed, 15 Jun 2022 14:15:56 +0800 Subject: [PATCH] fix --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 666f597..c712fb3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -90,6 +90,10 @@ steps: - name: feishu-notification pull: if-not-exists image: serialt/drone-feishu-message + depends_on: + - build + - publish + - deploy settings: token: 5072d4ac-febf-4b35-87f8-caab612785b7 secret: ElkWgQETGKlfXTH8GiEDc8jOYMpD65pZ @@ -97,6 +101,8 @@ steps: when: status: - failure + event: + - push # golang win编译 - name: win-build