diff --git a/.github/workflows/scrape.yml b/.github/workflows/scrape.yml index 0174bd9..c1d9b6c 100644 --- a/.github/workflows/scrape.yml +++ b/.github/workflows/scrape.yml @@ -2,7 +2,7 @@ name: Scraping run on: schedule: - - cron: '39 7 * * 1' # Every Monday between 7:00 and 8:00 UTC (exact time randomized by other workflow) + - cron: '4 7 * * 1' # Every Monday between 7:00 and 8:00 UTC (exact time randomized by other workflow) workflow_dispatch: permissions: