From a22839ed837a9847e8c1a9ce990911ab9dae564f Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Tue, 6 Jul 2021 16:05:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B0=D0=B7=D1=80=D0=B5=D1=88=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D0=B0?= =?UTF-8?q?=20=D1=87=D0=B5=D1=80=D0=B5=D0=B7=20web?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scheduled.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/scheduled.yml b/scheduled.yml index b152383..01f278e 100644 --- a/scheduled.yml +++ b/scheduled.yml @@ -7,6 +7,7 @@ variables: CMAKE_GENERATOR: Ninja rules: - if: $CI_PIPELINE_SOURCE == "schedule" + - if: $CI_PIPELINE_SOURCE == "web" - if: $CI_MERGE_REQUEST_ID when: manual allow_failure: true