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 <noreply@anthropic.com>

Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com>

---------

Co-authored-by: anthropic-code-agent[bot] <242468646+Claude@users.noreply.github.com>
Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com>
This commit is contained in:
Claude
2025-12-11 10:14:14 +11:00
committed by GitHub
parent 576d486c73
commit 987135fb07

View File

@@ -1,8 +1,9 @@
name: Traffic Reporting name: Traffic Reporting
on: on:
# Run on-demand only schedule:
workflow_dispatch: - cron: '0 1 * * *' # Daily at 1AM UTC
workflow_dispatch: # Manual trigger
jobs: jobs:
report-traffic: report-traffic: