Merge branch 'staging' into 'production'

Staging

See merge request mbugroup/lti-api!279
This commit is contained in:
Adnan Zahir
2026-01-28 17:10:47 +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