Skip to content

Commit c5c325a

Browse files
committed
Work CI-CD
- Adjust cron expression to make sure we have daily updates on these libraries. ***NO_CI***
1 parent c3a169b commit c5c325a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ name: Daily update dependencies
77

88
on:
99
schedule:
10-
# At 00:00 UTC every Mon, Wed and Friday.
11-
- cron: '00 00 * * 1,3,5'
10+
# At 03:00 UTC daily.
11+
# This has to run after the automated updated in IoT bindings as it depends from several bindings there.
12+
- cron: '00 03 * * *'
1213
repository_dispatch:
1314
types: update-dependencies
1415

0 commit comments

Comments
 (0)