From d5981a9156a9ff575cd37fb0409db741c9c37286 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Wed, 12 Aug 2020 10:19:43 +0200
Subject: [PATCH] Never update satis for merge requests

---
 satis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/satis.yml b/satis.yml
index 4f88b77..6449887 100644
--- a/satis.yml
+++ b/satis.yml
@@ -7,6 +7,8 @@ UpdateSatis:
     - ascr satis-update
   cache: {}
   rules:
-    - if: '$CI_COMMIT_BRANCH =~ /^patch/'
+    - if: $CI_PIPELINE_SOURCE == "merge_request_event"
+      when: never
+    - if: $CI_COMMIT_BRANCH =~ /^patch/
       when: never
     - when: always
-- 
GitLab