From ce030a4cbb13dcb212499312331f64e987b250a6 Mon Sep 17 00:00:00 2001 From: Patrix Date: Fri, 8 Mar 2024 20:06:46 +0100 Subject: [PATCH] Disabled automatic creation of pipelines, replaced it with manual pipeline triggering via web interface --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 43534aa..907da92 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,10 @@ variables: PROJECT_NAME: ${CI_PROJECT_NAME} VERSION: "0.1" +workflow: + rules: + - if: '$CI_PIPELINE_SOURCE == "web"' + stages: - build - release