mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-02 06:02:20 +00:00
ci: Make gst-build job manual on MRs
This commit is contained in:
parent
16f9c37c71
commit
934e6c3888
1 changed files with 3 additions and 0 deletions
|
@ -207,6 +207,9 @@ gst-build:
|
||||||
extends: .meson
|
extends: .meson
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
||||||
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||||
|
when: 'manual'
|
||||||
|
allow_failure: true
|
||||||
script:
|
script:
|
||||||
- P=$(pwd)
|
- P=$(pwd)
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
Loading…
Reference in a new issue