From a75d881272225c2f3a75637272fe60b667389352 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Fri, 16 Sep 2022 16:18:54 +0300 Subject: [PATCH] ci: Don't filter out scheduled pipelines Close #370 Part-of: --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cbdd796d8..0bb128223 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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)