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:
Jordan Petridis 2022-09-16 16:18:54 +03:00
parent 64829ac47a
commit a75d881272

View file

@ -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)