From 43f093115f1bb68530525dbd6ef29f71f01ada60 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 15 Mar 2023 13:49:32 +0100 Subject: [PATCH] ci: Use detached pipelines See https://gitlab.freedesktop.org/freedesktop/freedesktop/-/issues/438#what-it-means-for-me-a-maintainer-of-a-project-part-of-gitlabfreedesktoporg --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 773d26d..6330a0a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,11 @@ variables: python3-psutil umockdev +workflow: + rules: + - if: $CI_PIPELINE_SOURCE == 'merge_request_event' + - if: $CI_PIPELINE_SOURCE == 'push' + build_stable: before_script: # Undo delangification present in the Fedora Docker images