fix(ci): main分支不自动部署staging(数据库版本不匹配)

This commit is contained in:
2026-07-29 09:21:44 +08:00
parent e4997b9b4a
commit 12fb0a8e14
+1 -1
View File
@@ -1153,7 +1153,7 @@ jobs:
cancel-in-progress: false
needs:
- build-staging
if: github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == 'develop')
if: github.event_name == 'push' && github.ref_name == 'develop' # main分支不自动部署staging(数据库版本超前19个迁移)
steps:
- name: Checkout code
shell: sh