diff --git a/.github/workflows/harvest.yml b/.github/workflows/harvest.yml index 14e4cfaccc..387cd6d2b5 100644 --- a/.github/workflows/harvest.yml +++ b/.github/workflows/harvest.yml @@ -10,7 +10,7 @@ on: schedule: # * is a special character in YAML so you have to quote this string : # daily,every 5 hours #m h d/m m d/w - - cron: '30 */5 * * *' + - cron: '30 */23 * * *' # every 2 hour # - cron: '10 */2 * * *' # every month 2.nd day