From dee2927a5164e4eed8b070aa086436c1b3e030a6 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Tue, 19 Apr 2022 18:32:18 +0000 Subject: [PATCH] update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f23c72..ca487ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,8 @@ stages: # List of stages for jobs, and their order of execution update: stage: update + rules: + - if: $CI_PIPELINE_SOURCE == "schedule" before_script: - git config --global user.email "git@git.fginfo.tu-bs.de" - git config --global user.name "Gitlab CI"