From dd4c7503ee378c12c0fc5b6c33ad39073e44cfcb Mon Sep 17 00:00:00 2001 From: "N.A. Ferrell" <77352335+nafnlj@users.noreply.github.com> Date: Thu, 13 Jul 2023 05:55:52 +0000 Subject: [PATCH] Update update-feed.yaml Changed update schedule to 10 AM and 4 PM EST --- .github/workflows/update-feed.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-feed.yaml b/.github/workflows/update-feed.yaml index aec9b63..876c797 100644 --- a/.github/workflows/update-feed.yaml +++ b/.github/workflows/update-feed.yaml @@ -8,7 +8,7 @@ on: # 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 # Recommended tool: https://crontab.guru/ - - cron: "0 13,18,23 * * *" + - cron: "0 14,20 * * *" jobs: build: