From 9815fa28cf8100e96b4bcf1b1c6030837fc05848 Mon Sep 17 00:00:00 2001
From: AnyOldName3 <krizdjali+gitlab@gmail.com>
Date: Fri, 16 Oct 2020 22:25:32 +0000
Subject: [PATCH] Allow failure when running CI from another fork

---
 .gitlab-ci.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ba2e3ed00a..ecb50afb6d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -71,9 +71,10 @@ MacOS:
   tags:
     - macos
   stage: build
-  before_script:
-    - echo $CI_PROJECT_ID
-    - "false"
+  rules:
+    - if: '$CI_PROJECT_ID != "7107382"'
+      allow_failure: true
+
   script:
     - rm -fr build/*  #  remove anything in the build directory
     - CI/before_install.osx.sh