From c604587244facbb513fad070648eb3700301c4c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20=22Capypara=22=20K=C3=B6pcke?= Date: Wed, 11 Dec 2024 12:14:09 +0100 Subject: [PATCH] update cron --- .github/workflows/generate.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 3d11949..60af987 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -3,8 +3,7 @@ name: Generate on: workflow_dispatch: schedule: - # Run this workflow every week at 03:34 am - - cron: "34 3 */7 * *" + - cron: "0 3 * * 6" permissions: contents: write