Update update-feed.yaml

Changed update schedule to 10 AM and 4 PM EST
This commit is contained in:
N.A. Ferrell 2023-07-13 05:55:52 +00:00 committed by GitHub
parent e23ba2cddb
commit dd4c7503ee
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 13,18,23 * * *" - cron: "0 14,20 * * *"
jobs: jobs:
build: build: