mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
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:
2
.github/workflows/traffic-reporting.yml
vendored
2
.github/workflows/traffic-reporting.yml
vendored
@@ -1,6 +1,8 @@
|
||||
name: Traffic Reporting
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 1 * * *' # Daily at 1am UTC
|
||||
workflow_dispatch: # Manual trigger
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user