[librsvg: 3/6] Run the clippy job always




commit 9a35dafa15469b6aec736df20dcecbe3e9bafce3
Author: Federico Mena Quintero <federico gnome org>
Date:   Wed Aug 24 08:51:27 2022 -0500

    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>

 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b44b28d18..1ca057b36 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:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]