feat: update live quotes every 30min during US market hours

This commit is contained in:
GJ
2026-07-02 10:55:41 -04:00
parent cd5d73649b
commit 9dfa0cabaa
+2
View File
@@ -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