Skip to content

Commit 987135f

Browse files
Claudecodemillmatt
andauthored
Add scheduled daily run to traffic-reporting workflow (#480)
* Initial plan * feat: add daily scheduled run for traffic-reporting workflow Update traffic-reporting.yml to run both on-demand and at 1AM UTC daily 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> Co-authored-by: codemillmatt <[email protected]> --------- Co-authored-by: anthropic-code-agent[bot] <[email protected]> Co-authored-by: codemillmatt <[email protected]>
1 parent 576d486 commit 987135f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/traffic-reporting.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Traffic Reporting
22

33
on:
4-
# Run on-demand only
5-
workflow_dispatch:
4+
schedule:
5+
- cron: '0 1 * * *' # Daily at 1AM UTC
6+
workflow_dispatch: # Manual trigger
67

78
jobs:
89
report-traffic:

0 commit comments

Comments
 (0)