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