From e341db89c0cd6ca3f20f7249f4dbfe6e421d5af5 Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Tue, 8 Oct 2024 13:46:16 +0200 Subject: [PATCH] Update cronjob to run every month --- .github/workflows/fetch-and-rebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fetch-and-rebuild.yml b/.github/workflows/fetch-and-rebuild.yml index df700d6..1fe84ae 100644 --- a/.github/workflows/fetch-and-rebuild.yml +++ b/.github/workflows/fetch-and-rebuild.yml @@ -2,7 +2,7 @@ name: Fetch and Rebuild on: schedule: - - cron: '59 23 * * 0' # Every Sunday at 23:59 + - cron: '59 23 1 * *' # Runs at 23:59, on day 1 of the month. workflow_dispatch: jobs: