summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 90cd9684e..8efca653c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -269,6 +269,8 @@ tests-win32-master:
- tox -e win32
only:
- master
+ except:
+ - schedules
# Optional test to catch regressions in native windows support on non-master branches
tests-win32-non-master:
@@ -303,6 +305,8 @@ tests-wsl-master:
- PATH=/root/.local/bin:$PATH ${TEST_COMMAND}
only:
- master
+ except:
+ - schedules
allow_failure: true