We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a569c4 commit 445e098Copy full SHA for 445e098
.github/workflows/update-dependencies.yml
@@ -7,8 +7,8 @@ name: Daily update dependencies
7
8
on:
9
schedule:
10
- # Update At 00:00 UTC on Tuesday and Friday
11
- - cron: '0 0 * * 2,5'
+ # At 00:00 UTC every day.
+ - cron: '00 00 * * *'
12
repository_dispatch:
13
types: update-dependencies
14
@@ -19,7 +19,7 @@ defaults:
19
jobs:
20
update-nuget-dependencies:
21
name: Update .NET nanoFramework dependencies
22
- timeout-minutes: 180 # Non default as IoT devices has lots of solutions to update!
+ timeout-minutes: 26
23
runs-on: windows-latest
24
env:
25
GITHUB_TOKEN: ${{ github.token }}
0 commit comments