Skip to content

Commit ce0ddf3

Browse files
committed
update cron day for get logs information automatically
1 parent feb6bd6 commit ce0ddf3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/archive_metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Archive GitHub Metrics
22

33
on:
44
schedule:
5-
- cron: '0 4 * * *'
5+
- cron: '0 6 * * *'
66
workflow_dispatch:
77

88
jobs:

.github/workflows/generate_dashboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Generate Dashboard
22

33
on:
44
schedule:
5-
- cron: '0 5 * * *'
5+
- cron: '0 7 * * *'
66
workflow_dispatch:
77
push:
88
branches: [main]

0 commit comments

Comments
 (0)