Activated migrate production no manual

This commit is contained in:
M1 AIR
2026-01-28 16:59:52 +07:00
parent d0dd12776e
commit 6b58eb0c65
+1 -2
View File
@@ -54,8 +54,7 @@ build_production:
migrate_production: migrate_production:
stage: migrate stage: migrate
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "production"' - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "production"'
when: manual
allow_failure: false allow_failure: false
needs: needs:
- job: build_production - job: build_production