Skip to content

Commit 29049bc

Browse files
authored
Add daily schedule to updatecli workflow (#1017)
Add scheduled trigger to run daily at 03:00.
1 parent 4fd2c16 commit 29049bc

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
- v2

0 commit comments

Comments
 (0)