Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2022-08-31 18:24:24 +0300
committerSebastian Dröge <slomo@coaxion.net>2022-09-03 01:00:57 +0300
commit934e6c3888f6692f79bf3d5a621c8d7e31aacbce (patch)
treec4af1473ddbd2a61d055a97c13eedc48519dfe60 /.gitlab-ci.yml
parent16f9c37c712002f7e474cef461f7bd9386dfa215 (diff)
ci: Make gst-build job manual on MRs
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d72827b0..fc90fa98 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -207,6 +207,9 @@ gst-build:
extends: .meson
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
+ - if: $CI_PIPELINE_SOURCE == "merge_request_event"
+ when: 'manual'
+ allow_failure: true
script:
- P=$(pwd)
- cd ..