Skip to content

Commit 974eb69

Browse files
authored
Add daily schedule trigger to updatecli workflow
Added a scheduled trigger to run the workflow daily at 03:00.
1 parent 80ecfca commit 974eb69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/updatecli_update.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Updatecli - Update
22
on:
33
workflow_dispatch:
4+
schedule:
5+
# Run daily at 03:00
6+
- cron: "0 3 * * *"
47
push:
58
branches:
69
- main

0 commit comments

Comments
 (0)