From c001344d524b19defba86e6eb24201d68fd59409 Mon Sep 17 00:00:00 2001
From: Manuel Kieweg <manuel.kieweg@h-da.de>
Date: Mon, 29 Mar 2021 11:32:08 +0100
Subject: [PATCH] remove testig stage from documentation

---
 build/ci/.documentation-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/build/ci/.documentation-ci.yml b/build/ci/.documentation-ci.yml
index f6af65d2b..2ce234e72 100644
--- a/build/ci/.documentation-ci.yml
+++ b/build/ci/.documentation-ci.yml
@@ -7,8 +7,9 @@ documentation:pdf:
     - ''
   stage: deploy
   rules:
-    - changes:
-      - documentation/design/*.md
+    - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
+      changes:
+        - documentation/design/*.md
   script:
   - cd documentation/design
   - pandoc --citeproc --bibliography=bibliography.bib --csl=acm-sig-proceedings.csl
-- 
GitLab