From f62eedb0630d16ea807df6320d0197f5875b8483 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 19 Apr 2024 16:14:21 +0200 Subject: CI: Run build-centos7 only for "main" project (not for e.g. MRs) --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d1d1038..12b87005 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -202,6 +202,8 @@ build-centos7: expire_in: 1 day reports: junit: temp/crystfel/build/meson-logs/testlog.junit.xml + rules: + - if: $CI_PROJECT_NAMESPACE == "thomas.white" build-deploy-local-maxwell: tags: -- cgit v1.2.3