We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec073e0 commit d668e3fCopy full SHA for d668e3f
.github/workflows/updatecli.yaml
@@ -3,8 +3,7 @@ on:
3
# Allow to be run manually
4
workflow_dispatch:
5
schedule:
6
- # Run once per week (to avoid alert fatigue)
7
- - cron: '0 2 * * 1' # Every Monday at 2am UTC
+ - cron: '0 1 * * *' # Once a day at 01:00am UTC
8
push:
9
pull_request:
10
jobs:
0 commit comments