From d2bd62107e07820be9d53d4223375c38287ac211 Mon Sep 17 00:00:00 2001 From: Florian Uhlig <f.uhlig@gsi.de> Date: Fri, 23 Jul 2021 13:50:18 +0200 Subject: [PATCH] Move code owner stage to a different machine The machine providing the CbmRoot_macosx gitlab-runner is currently broken. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c408b36089..b0abe768e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -383,7 +383,7 @@ CbmRoot_Continuous: InformCodeOwners: stage: finalise tags: - - CbmRoot_macosx + - Code_Owners only: refs: - merge_requests -- GitLab