diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index d6ac043..8b1a7cc 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -1,7 +1,7 @@ name: Scheduled on: schedule: - - cron: '0 0 * * *' + - cron: '43 21 * * 3,0' # At 21:43 on Wednesday and Sunday. (Thanks, crontab.guru) jobs: audit: