minor bug fix and change scheduling to weekly to save api request limit

This commit is contained in:
Bin Yang
2021-03-31 13:33:58 -04:00
parent da021a3e04
commit 8e07efec37
4 changed files with 168 additions and 155 deletions
@@ -1,9 +1,9 @@
name: Repo-Updater
# cron every day at 12 am
# cron every sunday at 12 am, due to github api limits, change this to be ran once a week
on:
schedule:
- cron: '0 0 * * *' #
- cron: '0 0 * * 0' #
jobs:
# Set the job key. The key is displayed as the job name