From 3274d3d3152d60d7c1f425d2da649e9c2c37d99e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 19 Apr 2024 16:22:52 +0200 Subject: CI: Better way of restricting build-centos7 to mainline only --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12b87005..7f9e8160 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -203,7 +203,7 @@ build-centos7: reports: junit: temp/crystfel/build/meson-logs/testlog.junit.xml rules: - - if: $CI_PROJECT_NAMESPACE == "thomas.white" + - if: $CI_PIPELINE_SOURCE != 'merge_request_event' build-deploy-local-maxwell: tags: -- cgit v1.2.3