From 98dd03416ebaa9f955db831bfe206a34d9bc0278 Mon Sep 17 00:00:00 2001 From: friedrich goerz Date: Tue, 26 Jul 2022 11:40:50 +0200 Subject: [PATCH] DEV-522: added auto-patchday for PRODNSO --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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"