[librsvg: 4/6] Also allow the clippy job on merge request events
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg: 4/6] Also allow the clippy job on merge request events
- Date: Wed, 24 Aug 2022 14:48:18 +0000 (UTC)
commit 35b0de2e920488099b5152eb2508e06e95fea02f
Author: Federico Mena Quintero <federico gnome org>
Date: Wed Aug 24 09:06:26 2022 -0500
Also allow the clippy job on merge request events
Thanks to Jordan Petridis for the fix.
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/733>
.gitlab-ci.yml | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1ca057b36..082002ebc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -254,6 +254,9 @@ clippy:
rules:
- if: '$CODE_QUALITY_DISABLED'
when: never
+ - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
+ - if: '$CI_COMMIT_TAG'
+ - if: '$CI_COMMIT_BRANCH'
coverage:
extends:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]