Skip to content

Commit

Permalink
Work CI-CD (#365)
Browse files Browse the repository at this point in the history
***no_ci***
  • Loading branch information
networkfusion authored Dec 18, 2024
1 parent d205a23 commit 5c7b8b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ name: Daily update dependencies

on:
schedule:
# At 00:40 UTC.
- cron: '00 03 * * Wed,Fri'
# At 07:00 UTC.
# Note: Schedule aligned with nanoFramework.IoT.Device updates
# which is the main source of NuGet updates of target libraries
- cron: '00 07 * * Mon,Wed'
repository_dispatch:
types: update-dependencies

Expand Down

0 comments on commit 5c7b8b9

Please sign in to comment.