Skip to content

Commit 62dff00

Browse files
authored
Update cron schedule in updatecli.yaml (#166)
Change cron schedule to run daily at 3 AM.
1 parent d80dfc4 commit 62dff00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
schedule:
66
# Run at 12:00 every 14 days
7-
- cron: 0 12 */14 * *
7+
- cron: 0 3 * * *
88

99
jobs:
1010
updatecli:

0 commit comments

Comments
 (0)