Skip to content

Commit 5962813

Browse files
authored
Fix cron to run everyday at 6PM UTC (k3s-io#14041)
Signed-off-by: Rafael Breno <rafael_breno@outlook.com>
1 parent 8a3ffba commit 5962813

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Updatecli: Dependency Management"
33
on:
44
schedule:
55
# Runs at 06 PM UTC
6-
- cron: '0 18 * * 0'
6+
- cron: '0 18 * * *'
77
# Allows you to run this workflow manually from the Actions tab
88
workflow_dispatch:
99

0 commit comments

Comments
 (0)