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 ---