Skip to content

Commit ede2306

Browse files
authored
chore: reduce CI time
1 parent c20144f commit ede2306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fetch-data.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Fetch Chain Data
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 * * * *'
6+
- cron: '0 */4 * * *'
77

88
jobs:
99
fetch-data:

0 commit comments

Comments
 (0)