From bc663d5e888a420f76e432205e6acbc23dd88c8b Mon Sep 17 00:00:00 2001 From: kale Date: Mon, 8 Dec 2025 03:33:11 -0500 Subject: [PATCH] =?UTF-8?q?[fix]:[20251208][drone=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E5=B7=A5=E7=A8=8B=E7=9A=84cicd=203]?= 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 64adebc..ab1d373 100644 --- a/.drone.yml +++ b/.drone.yml @@ -76,6 +76,9 @@ steps: - echo "✅ PR pipeline completed at $(date)" when: status: [ success, failure ] + depends_on: + - java-build-test + - frontend-build ---