diff --git a/.github/workflows/check-for-resources-update.yml b/.github/workflows/check-for-resources-update.yml index b8ccece6d..9ffcadfa7 100644 --- a/.github/workflows/check-for-resources-update.yml +++ b/.github/workflows/check-for-resources-update.yml @@ -1,7 +1,7 @@ name: Check for utils resources update on: schedule: - - cron: 0 0 * * 0 + - cron: 0 0 * * 0 # At 00:00 on Sunday, see https://crontab.guru/#0_0_*_*_0 jobs: check-for-resources-update: