diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de4d57d..b3205b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -320,6 +320,5 @@ run-patchday-prodnso: before_script: - export STAGE=prodnso - echo "${ANSIBLE_VAULT_PASS_PRODNSO}" > /tmp/vault-pass - only: - - prodnso - when: manual + rules: + - if: $CI_PIPELINE_SOURCE == "schedule" && $CI_COMMIT_BRANCH == "prodnso"