Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -271,7 +271,9 @@ dev_merge: - git merge origin/main -m "Merge changes from main" - git push origin gitops-cd rules: - if: '$CI_COMMIT_BRANCH == "main"' - if: '$CI_COMMIT_BRANCH == "main" && $CI_PIPELINE_SOURCE != "schedule"' when: on_success - when: never get_images: Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -271,7 +271,9 @@ dev_merge: - git merge origin/main -m "Merge changes from main" - git push origin gitops-cd rules: - if: '$CI_COMMIT_BRANCH == "main"' - if: '$CI_COMMIT_BRANCH == "main" && $CI_PIPELINE_SOURCE != "schedule"' when: on_success - when: never get_images: Loading