diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index efc29e9cc1..f5c1fe2690 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} @@ -277,6 +279,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}