fix(ci): main分支不自动部署staging(数据库版本不匹配)
This commit is contained in:
@@ -1153,7 +1153,7 @@ jobs:
|
|||||||
cancel-in-progress: false
|
cancel-in-progress: false
|
||||||
needs:
|
needs:
|
||||||
- build-staging
|
- 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:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
shell: sh
|
shell: sh
|
||||||
|
|||||||
Reference in New Issue
Block a user