From 0a9affa109bf1709410c81a66e3f0e2d8ed618cc Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Mon, 31 Oct 2022 17:44:24 +0100 Subject: [PATCH] Update updater.yml --- .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 e0b3d1e..6516311 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -7,7 +7,7 @@ on: # Allow to manually trigger the workflow workflow_dispatch: schedule: - - cron: '0 6 1 * *' + - cron: '0 6 * * 1' jobs: updater: runs-on: ubuntu-latest