Add scheduled trigger to traffic reporting workflow (#519)

* Initial plan

* Add daily schedule trigger to traffic reporting workflow

- Add schedule trigger with cron expression for daily 1AM UTC execution
- Keep workflow_dispatch trigger for manual runs
- Fixes traffic reporting to run automatically every day

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

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com>
This commit is contained in:
Copilot
2025-12-23 14:26:13 -08:00
committed by GitHub
parent d929b71898
commit b1fac0d0a1

View File

@@ -1,6 +1,8 @@
name: Traffic Reporting
on:
schedule:
- cron: '0 1 * * *' # Daily at 1am UTC
workflow_dispatch: # Manual trigger
jobs: