From eb2cd28aab46926c31d375d302be734c0a187742 Mon Sep 17 00:00:00 2001 From: Chetouane <elias.chetouane@univ-grenoble-alpes.fr> Date: Fri, 19 Jan 2024 15:10:53 +0100 Subject: [PATCH] =?UTF-8?q?Version=20fonctionnelle.=20Modification=20pour?= =?UTF-8?q?=20ex=C3=A9cution=20uniquement=20par=20"schedule".?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1abcbb8..d2085d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,8 +2,8 @@ image: python:3-alpine build-dois-csv: - #only: - # - schedules + only: + - schedules before_script: - apk update -- GitLab