From 106cb0a6fd05c82e7a41e0216299c70332235886 Mon Sep 17 00:00:00 2001 From: Kayou Date: Mon, 6 Feb 2023 21:49:35 +0100 Subject: [PATCH] =?UTF-8?q?code=5Fquality=20only=20for=20tags=C2=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7746c48c8..3e030940b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,8 +16,8 @@ default: code_quality: tags: - docker -rules: - - if: $CI_COMMIT_TAG # Only for tags + rules: + - if: $CI_COMMIT_TAG # Only for tags code_quality_html: @@ -26,8 +26,8 @@ code_quality_html: REPORT_FORMAT: html artifacts: paths: [gl-code-quality-report.html] -rules: - - if: $CI_COMMIT_TAG # Only for tags + rules: + - if: $CI_COMMIT_TAG # Only for tags # see: https://docs.gitlab.com/ee/ci/yaml/#switch-between-branch-pipelines-and-merge-request-pipelines