From 049bded49829a49e4cfdb1d2b9fbbee651f3a5f9 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sun, 23 Feb 2025 14:12:44 +0000 Subject: [PATCH] Do not set rules Attempt to prevent duplicate MR pipelines from being generated by default. --- ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci.yml b/ci.yml index 0b6cda4..97db5ad 100644 --- a/ci.yml +++ b/ci.yml @@ -11,6 +11,6 @@ lint: paths: - gl-code-quality-report.json allow_failure: true - rules: - - if: $CI_COMMIT_TAG == null + #rules: + # - if: $CI_COMMIT_TAG == null -- GitLab