From f16272455844c378564e5b14c17f4927df786ba4 Mon Sep 17 00:00:00 2001 From: "N.A. Ferrell" <77352335+nafnlj@users.noreply.github.com> Date: Fri, 14 Apr 2023 03:00:13 +0000 Subject: [PATCH] Update update-feed.yaml Changed feed update time from midnight to 9:00 AM, 2:00 PM, and 7:00 PM. --- .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 1445b52..3fea6aa 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 0 * * *" + - cron: "0 9,14,19 * * *" jobs: build: