From 0ac3f09fe02c03b2da8ec0f7ecf4935f0372bb8d Mon Sep 17 00:00:00 2001 From: elsid Date: Sat, 24 Apr 2021 13:58:32 +0200 Subject: [PATCH] Revert "Build windows in scheduled tasks" This reverts commit 44ca708e12b923d056532e9a77f5350034011341. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 688184afb..f5c1fe269 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -185,6 +185,8 @@ variables: &cs-targets - choco install python -y - refreshenv stage: build + rules: + - if: '$CI_PIPELINE_SOURCE != "schedule"' script: - $time = (Get-Date -Format "HH:mm:ss") - echo ${time}