mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
run code_quality jobs only for tags (new versions)
This commit is contained in:
parent
e0bdb605ee
commit
fa7f7f77b9
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,8 @@ default:
|
||||||
code_quality:
|
code_quality:
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
|
|
||||||
code_quality_html:
|
code_quality_html:
|
||||||
extends: code_quality
|
extends: code_quality
|
||||||
|
@ -23,6 +25,8 @@ code_quality_html:
|
||||||
REPORT_FORMAT: html
|
REPORT_FORMAT: html
|
||||||
artifacts:
|
artifacts:
|
||||||
paths: [gl-code-quality-report.html]
|
paths: [gl-code-quality-report.html]
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
|
|
||||||
# see: https://docs.gitlab.com/ee/ci/yaml/#switch-between-branch-pipelines-and-merge-request-pipelines
|
# see: https://docs.gitlab.com/ee/ci/yaml/#switch-between-branch-pipelines-and-merge-request-pipelines
|
||||||
workflow:
|
workflow:
|
||||||
|
|
Loading…
Add table
Reference in a new issue