From 2af40a1e13020173793d082b6783ae3638694387 Mon Sep 17 00:00:00 2001 From: elsid Date: Sat, 24 Apr 2021 13:58:11 +0200 Subject: [PATCH 1/2] Revert "Build even more windows" This reverts commit e3d3b97da04ca1622b29be555e77716182e79272. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index efc29e9cc..688184afb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -277,6 +277,8 @@ Windows_Ninja_CS_RelWithDebInfo: - choco install python -y - refreshenv stage: build + rules: + - if: '$CI_PIPELINE_SOURCE != "schedule"' script: - $time = (Get-Date -Format "HH:mm:ss") - echo ${time} From 0ac3f09fe02c03b2da8ec0f7ecf4935f0372bb8d Mon Sep 17 00:00:00 2001 From: elsid Date: Sat, 24 Apr 2021 13:58:32 +0200 Subject: [PATCH 2/2] 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}