From bb4249f53dd5507d2a9898012210882fe8ce0ab6 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Tue, 27 Jun 2017 11:18:25 +0200
Subject: [PATCH] Revert change on CI strategy to avoid wasted resources

---
 templates/ci-for-python-only.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/templates/ci-for-python-only.yml b/templates/ci-for-python-only.yml
index 7cc08fd..6489c10 100644
--- a/templates/ci-for-python-only.yml
+++ b/templates/ci-for-python-only.yml
@@ -74,6 +74,8 @@ stages:
 .docs_template: &docs_job
   stage: docs
   environment: intranet
+  only:
+    - master
   before_script:
     - ./_ci/install.sh _ci #updates
     - ./_ci/before_docs.sh
-- 
GitLab