summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-08-24 08:51:27 -0500
committerMarge Bot <marge-bot@gnome.org>2022-08-24 14:16:43 +0000
commit9a35dafa15469b6aec736df20dcecbe3e9bafce3 (patch)
treed4965c4c1bf3e241f041de569d485cd794ddb8da
parent775bb14c7eaac1e0269efcee278aa1fa53cdf242 (diff)
downloadlibrsvg-9a35dafa15469b6aec736df20dcecbe3e9bafce3.tar.gz
Run the clippy job always
Somehow in the last MR it didn't run, but it ran and failed when the MR was merged. I want to catch that earlier. Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/733>
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b44b28d1..1ca057b3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -254,7 +254,6 @@ clippy:
rules:
- if: '$CODE_QUALITY_DISABLED'
when: never
- - if: '$CI_PIPELINE_SOURCE == "push"'
coverage:
extends: