mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
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:
5
.github/workflows/traffic-reporting.yml
vendored
5
.github/workflows/traffic-reporting.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user