Merge branch 'development' into 'staging'

Activated migrate production no manual

See merge request mbugroup/lti-api!278
This commit is contained in:
Adnan Zahir
2026-01-28 17:03:46 +07:00
+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