From 15ba97c75156360a6bd7cb1097f55de6d11588b8 Mon Sep 17 00:00:00 2001
From: Daniel Hornung <d.hornung@indiscale.com>
Date: Fri, 24 Jun 2022 10:28:15 +0200
Subject: [PATCH] Partly revert "ENH: Run testenv always."

This reverts commit 78d636e4dd5beb8f73e5f404ff674e58305a833a.
---
 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 092b9e1..8298d86 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -191,6 +191,10 @@ build-testenv:
   image: docker:20.10
   stage: setup
   timeout: 2h
+  only:
+    - schedules
+    - web
+    - pushes
   needs: []
   script:
       - df -h
-- 
GitLab