Skip to content

Commit b2de557

Browse files
committed
Update schedule to 8 AM SGT (00:00 UTC)
1 parent d5a96c0 commit b2de557

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/daily_scan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ──────────────────────────────────────────────────────────────
22
# Daily Tech Losers Scan
33
# Scans US Tech stocks for ≥5% daily losses, emails a report.
4-
# Runs Mon–Fri at 21:30 UTC (≈30 min after US market close).
4+
# Runs Tue–Sat at 00:00 UTC (8:00 AM SGT — after US market close).
55
# ──────────────────────────────────────────────────────────────
66
name: Daily Tech Losers Scan
77

@@ -11,8 +11,8 @@ on:
1111

1212
# Automated daily schedule (must be on default branch to fire)
1313
schedule:
14-
# 21:30 UTC = 16:30 ET30 min after close for data to settle
15-
- cron: "30 21 * * 1-5" # Mon–Fri only
14+
# 00:00 UTC = 08:00 SGTwell after US market close
15+
- cron: "0 0 * * 2-6" # Tue–Sat SGT (Mon–Fri US)
1616

1717
# Cancel any in-progress run if a new one triggers (idempotency guard)
1818
concurrency:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ launchctl load ~/Library/LaunchAgents/com.techlosers.bot.plist
230230

231231
The project includes a GitHub Actions workflow at `.github/workflows/daily_scan.yml` that runs automatically.
232232

233-
**Schedule**: Mon–Fri at 21:30 UTC (16:30 ET, ~30 min after US market close).
233+
**Schedule**: Tue–Sat at 08:00 SGT (Mon–Fri US Market Close).
234234

235235
**Manual trigger**: Go to Actions → "Daily Tech Losers Scan" → "Run workflow".
236236

0 commit comments

Comments
 (0)