Skip to content

Commit 807e5f7

Browse files
committed
run indexer every hour
1 parent 478f0e3 commit 807e5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update Index
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: "34 */2 * * *"
5+
- cron: "34 * * * *"
66
jobs:
77
update_index:
88
permissions:

0 commit comments

Comments
 (0)