summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeemu Ikonen <tpikonen@mailbox.org>2023-04-29 17:35:23 +0000
committerTeemu Ikonen <tpikonen@mailbox.org>2023-04-29 17:35:23 +0000
commit9a2cc9c3cb3d634d6da7e31a7207eb9a35081602 (patch)
tree371d6761eeaa7d31d07444c76e88d73e2452d994
parentbbfb6289dedb88cb8155d9f6868787d5432e1f90 (diff)
downloadgeoclue-9a2cc9c3cb3d634d6da7e31a7207eb9a35081602.tar.gz
CI: Use detached CI pipelines
This should allow running pipelines again per freedesktop/freedesktop#540
-rw-r--r--.gitlab-ci.yml6
1 files 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