Update update-feed.yaml

Converting cron times from EST to UST.
This commit is contained in:
N.A. Ferrell 2023-04-14 18:14:32 +00:00 committed by GitHub
parent f162724558
commit 0f97bb9a82
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 9,14,19 * * *" - cron: "0 5,9,15 * * *"
jobs: jobs:
build: build: