From 571634285af8b8d33288b98908afe189a196795e Mon Sep 17 00:00:00 2001 From: Sven Marcus <s.marcus@outlook.de> Date: Tue, 27 Oct 2020 13:50:06 +0100 Subject: [PATCH] Change manual jobs in pipeline to scheduled --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7658a54f2..3eddd7239 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -117,8 +117,7 @@ create_release: clangBuildAnalyzer: stage: test - rules: - - when: manual + only: schedules before_script: - export DEBIAN_FRONTEND=noninteractive @@ -148,8 +147,7 @@ clangBuildAnalyzer: include_what_you_use: stage: test - rules: - - when: manual + only: schedules before_script: - export DEBIAN_FRONTEND=noninteractive -- GitLab