diff --git a/.drone.yml b/.drone.yml index 38aae04..eb3174a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,3 +38,7 @@ steps: # 定义管道的执行步骤 description: "Build Number: ${DRONE_BUILD_NUMBER} failed. ${DRONE_COMMIT_AUTHOR} please fix. Check the results here: ${DRONE_BUILD_LINK} " msg_url: ${DRONE_BUILD_LINK} btn_txt: btn + when: + status: + - failure +# - success