Skip to content

Commit 8655d8e

Browse files
committed
fix: workflow schedule
1 parent 847041d commit 8655d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-data.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update Data
22

33
on:
44
schedule:
5-
- cron: '0 0 * * *'
5+
- cron: '0 17 * * *'
66
push:
77
branches:
88
- main

0 commit comments

Comments
 (0)