From 51fac94ad2c872b08a36f3489591ea1d28af8073 Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Sat, 10 Apr 2021 13:43:50 -0400 Subject: [PATCH] make cron daily --- .github/workflows/repo_status_weekly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repo_status_weekly.yml b/.github/workflows/repo_status_weekly.yml index 422c0a9..39ae187 100644 --- a/.github/workflows/repo_status_weekly.yml +++ b/.github/workflows/repo_status_weekly.yml @@ -3,7 +3,7 @@ name: Repo-Updater # cron every sunday at 12 am, due to github api limits, change this to be ran once a week on: schedule: - - cron: '0 * * * *' # do every hour for now + - cron: '0 0 * * *' # do every hour for now jobs: # Set the job key. The key is displayed as the job name