From 81023bf60c40c8f6eca557ac4db4880e7f7f2254 Mon Sep 17 00:00:00 2001 From: Aleksander Zaruczewski Date: Wed, 27 Mar 2024 16:44:53 +0200 Subject: [PATCH] ci(updater): run on weekly basis --- .github/workflows/updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index d2749fa..6ac548f 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -2,7 +2,7 @@ name: Updater on: schedule: - - cron: 0 3 * * 1-5 + - cron: 0 3 * * 1 jobs: updater: