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,7 +16,7 @@ default:
code_quality:
tags:
- docker
rules:
rules:
- if: $CI_COMMIT_TAG # Only for tags
@ -26,7 +26,7 @@ code_quality_html:
REPORT_FORMAT: html
artifacts:
paths: [gl-code-quality-report.html]
rules:
rules:
- if: $CI_COMMIT_TAG # Only for tags