From d3dfe17441cba6db43b0bdc6eee3b05c5ba3a05c Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Fri, 29 Jun 2018 15:13:06 +0000 Subject: [PATCH] try limiting scope --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6aa0773eb..25d9a876d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,6 +34,8 @@ MacOS: tags: - macos - xcode + except: + - branches stage: build allow_failure: true script: @@ -45,10 +47,12 @@ MacOS: paths: - build/OpenMW-*.dmg -Win10: +Windows: tags: - win10 - msvc2017 + only: + - branches stage: build allow_failure: true script: