ci: remove manual deployment condition for production branch

This change eliminates the manual deployment requirement in the CI/CD 
pipeline for the production branch, allowing for automatic deployments. 
It streamlines the deployment process, ensuring that changes to the 
production branch are deployed without additional approval steps.
This commit is contained in:
2025-11-23 13:14:29 +01:00
parent 48bf9a766b
commit d5a3481678
-1
View File
@@ -33,4 +33,3 @@ deploy-to-prod:
resource_group: prod resource_group: prod
rules: rules:
- if: $CI_DEFAULT_BRANCH == $CI_COMMIT_BRANCH - if: $CI_DEFAULT_BRANCH == $CI_COMMIT_BRANCH
when: manual