From 9dfa0cabaacc24cdd3ee6cad6884923745bbf49f Mon Sep 17 00:00:00 2001 From: GJ Date: Thu, 2 Jul 2026 10:55:41 -0400 Subject: [PATCH] feat: update live quotes every 30min during US market hours --- .github/workflows/live-quotes.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/live-quotes.yml b/.github/workflows/live-quotes.yml index b7703cb..5f328ba 100644 --- a/.github/workflows/live-quotes.yml +++ b/.github/workflows/live-quotes.yml @@ -2,6 +2,8 @@ name: Live Quotes Update on: schedule: + # Every 30 min during US market hours (13:30-20:30 UTC = 9:30 AM - 4:30 PM ET), weekdays + - cron: '*/30 13-20 * * 1-5' # After US market close (21:30 UTC = 17:30 ET), weekdays only - cron: '30 21 * * 1-5' # Weekend: once daily for Asian market reference