From 5e7e14c87044d3c209eac44b999365ccbc56cda5 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Sat, 17 Oct 2020 00:16:39 +0000 Subject: [PATCH] Only use MacOS runners for this project, not forks --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f8e4dbd31..65cfc7e092 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,8 +71,11 @@ MacOS: tags: - macos stage: build + only: + variables: + - $CI_PROJECT_ID == "7107382" script: - - rm -fr build/* # remove anything in the build directory + - rm -fr build/* # remove anything in the build directory - CI/before_install.osx.sh - CI/before_script.osx.sh - cd build; make -j2 package