diff options
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8efca653c..51f755b26 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -307,8 +307,6 @@ tests-wsl-master: - master except: - schedules - allow_failure: true - tests-wsl-non-master: stage: test @@ -330,7 +328,6 @@ tests-wsl-non-master: when: manual except: - master - allow_failure: true # Automatically build documentation for every commit, we want to know # if building documentation fails even if we're not deploying it. |