Merge pull request '[fix]:[20251208][drone 增加前端工程的cicd 3]' (#37) from yinzy_dev into main

Reviewed-on: #37
This commit is contained in:
君肯普通 2025-12-08 16:24:38 +08:00
commit 996b7db539

View File

@ -76,6 +76,9 @@ steps:
- echo "✅ PR pipeline completed at $(date)"
when:
status: [ success, failure ]
depends_on:
- java-build-test
- frontend-build
---