From bf55a531eec1c01888ff82cabe234f4ddde67206 Mon Sep 17 00:00:00 2001 From: Simon Alibert Date: Sun, 26 Nov 2023 19:12:13 +0100 Subject: [PATCH] :construction_worker: Run CI only on tags --- config/data.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/data.yaml b/config/data.yaml index cd73987..0125e72 100644 --- a/config/data.yaml +++ b/config/data.yaml @@ -4,5 +4,5 @@ number_of_topics: 3 # number of words/topics for describing a video recent_videos_days_old: 7 # max number of days old for videos to be fetched newsletter_stories_days_old: 7 # max number of days old for a story to appear in an issue send_weekday: 3 # send issues on wednesdays -first_issue_date: "2023-11-01" +first_issue_date: "2023-11-29" timezone: Europe/Paris