Skip to content

Commit f846cee

Browse files
authored
update template sync to run once a day
1 parent 295dfda commit f846cee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/template-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Sync Template Updates
44
on:
55
# cronjob trigger
66
schedule:
7-
- cron: "0 0 1 * *"
7+
- cron: "0 0 * * *"
88
# manual trigger
99
workflow_dispatch:
1010
jobs:

0 commit comments

Comments
 (0)