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:
stage: migrate
rules:
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "production"'
when: manual
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "production"'
allow_failure: false
needs:
- job: build_production