Update update-feed.yaml

Changed feed update time from midnight to 9:00 AM, 2:00 PM, and 7:00 PM.
This commit is contained in:
N.A. Ferrell 2023-04-14 03:00:13 +00:00 committed by GitHub
parent 6d29681ea9
commit f162724558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ on:
# Adjust refresh schedule here. By default, it runs once per day. # Adjust refresh schedule here. By default, it runs once per day.
# Syntax reference: https://docs.github.com/en/actions/reference/events-that-trigger-workflows#schedule # Syntax reference: https://docs.github.com/en/actions/reference/events-that-trigger-workflows#schedule
# Recommended tool: https://crontab.guru/ # Recommended tool: https://crontab.guru/
- cron: "0 0 * * *" - cron: "0 9,14,19 * * *"
jobs: jobs:
build: build: