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: