code_quality only for tags³

This commit is contained in:
Kayou 2023-02-06 21:49:35 +01:00 committed by GitHub
parent edf8ec1944
commit 106cb0a6fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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