From 9a2cc9c3cb3d634d6da7e31a7207eb9a35081602 Mon Sep 17 00:00:00 2001 From: Teemu Ikonen Date: Sat, 29 Apr 2023 17:35:23 +0000 Subject: CI: Use detached CI pipelines This should allow running pipelines again per freedesktop/freedesktop#540 --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc68178..59e36e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,8 +7,10 @@ before_script: - DEBIAN_FRONTEND=noninteractive apt-get install --yes libsoup-3.0 - pip3 install meson==0.60.0 -# Ubuntu 14.04 is not supported, see README for details -# +workflow: + rules: + - if: $CI_PIPELINE_SOURCE == 'merge_request_event' + - if: $CI_PIPELINE_SOURCE == 'push' ubuntu-22.04: image: ubuntu:22.04 -- cgit v1.2.1