Skip to content

Commit d668e3f

Browse files
authored
chore(gha) run updatecli once a day
1 parent ec073e0 commit d668e3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ on:
33
# Allow to be run manually
44
workflow_dispatch:
55
schedule:
6-
# Run once per week (to avoid alert fatigue)
7-
- cron: '0 2 * * 1' # Every Monday at 2am UTC
6+
- cron: '0 1 * * *' # Once a day at 01:00am UTC
87
push:
98
pull_request:
109
jobs:

0 commit comments

Comments
 (0)