Skip to content

Commit 5995a96

Browse files
committed
Adjust schedule action timing (allowing more time for caching)
1 parent 1178486 commit 5995a96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Routine Data Cache Request
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '45 8 * * *'
6+
- cron: '45 7 * * *'
77

88
concurrency:
99
group: data-cache

0 commit comments

Comments
 (0)