Skip to content

Commit 823ac78

Browse files
authored
Update cron schedule in updatecli.yaml
Change cron schedule to run at 4 AM daily.
1 parent 3784d43 commit 823ac78

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ on:
33
release:
44
workflow_dispatch:
55
schedule:
6-
# Run at 12:00 every Saterday every 14 days
7-
- cron: "0 12 */14 * *"
6+
- cron: "0 4 * * *"
87
jobs:
98
updatecli:
109
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)