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 80ecfca commit 974eb69Copy full SHA for 974eb69
.github/workflows/updatecli_update.yaml
@@ -1,6 +1,9 @@
1
name: Updatecli - Update
2
on:
3
workflow_dispatch:
4
+ schedule:
5
+ # Run daily at 03:00
6
+ - cron: "0 3 * * *"
7
push:
8
branches:
9
- main
0 commit comments