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




commit e7cb05cc89cd1f4ed15885e2c38a8e18118ca189
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sun Jun 13 23:41:23 2021 +0200

    bar

 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d506a9838..baeeeec25 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -182,6 +182,12 @@ check-code-style:
   variables:
     GIT_DEPTH: "100"
   stage: code-review
+  rules:
+    - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
+    - if: '$CI_COMMIT_TAG'
+    - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
+    - if: '$CI_COMMIT_BRANCH =~ /^gnome-[0-9-]+$/'
+    - when: 'manual'
   script:
     - env;
       if [[ x"$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" != "x" ]] ;


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