forked from mirrors/gstreamer-rs
ci: Don't filter out scheduled pipelines
Close #370 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1105>
This commit is contained in:
parent
64829ac47a
commit
a75d881272
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ include:
|
|||
|
||||
workflow:
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
- if: $CI_MERGE_REQUEST_IID
|
||||
# don't create a pipeline if its a commit pipeline, on a branch and that branch has
|
||||
# open merge requests (bc we will get a MR build instead)
|
||||
|
|
Loading…
Reference in a new issue