From b477da7a88a1e8c9e89b55724348cefade9dfe0a Mon Sep 17 00:00:00 2001 From: kale Date: Wed, 10 Dec 2025 10:57:20 -0500 Subject: [PATCH] =?UTF-8?q?[fix]:[20251208][drone=20=E8=B7=B3=E8=BF=87?= =?UTF-8?q?=E6=8E=A8=E9=80=81=E9=98=BF=E9=87=8C=E4=BA=91]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 29c31c5..15718dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -263,6 +263,9 @@ steps: depends_on: - docker_build - frontend_docker_build + when: + event: + exclude: [ "**" ] - name: summary image: alpine -- 2.47.2