[tracker/wip/carlosg/code-style-checks] bar



commit 6e118b2e5b64f34970f5417db15565cdec01d227
Author: Carlos Garnacho <carlosg gnome org>
Date:   Mon Jun 14 00:16:11 2021 +0200

    bar

 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d506a9838..a0cc3f2b0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -196,6 +196,12 @@ check-code-style:
         echo "Not a merge request" ;
       fi
   allow_failure: true
+  rules:
+    - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
+    - if: '$CI_COMMIT_TAG'
+    - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
+    - if: '$CI_COMMIT_BRANCH =~ /^tracker-[0-9-]+$/'
+    - when: 'manual'
 
 .build-template: &build
   stage: build


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