From d61430766f3f6473778e17bbfc95f2fab61d0ef8 Mon Sep 17 00:00:00 2001
From: Bastien Le Querrec <blq@laquadrature.net>
Date: Mon, 11 Nov 2024 21:55:14 +0100
Subject: [PATCH] =?UTF-8?q?ci:=20lance=20l'analyse=20que=20si=20cela=20vie?=
 =?UTF-8?q?nt=20d'une=20pipeline=20programm=C3=A9e?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4d2ace2..62ef0ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,3 +45,5 @@ analyze:
   artifacts:
     paths:
       - ./*.latest.txt
+  rules:
+    - if: $CI_PIPELINE_SOURCE == "schedule"
-- 
GitLab