Skip to content

Commit bc888a1

Browse files
committed
Work CI-CD
- Move github actions yaml to correct location. ***NO_CI***
1 parent f199ab4 commit bc888a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

.github/update-dependencies.yml renamed to .github/workflows/update-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ name: Update .NET nanoFramework dependencies
88

99
on:
1010
schedule:
11-
# At 00:00 UTC every day.
12-
- cron: '00 00 * * *'
11+
# At 00:10 UTC every Mon,Thu.
12+
- cron: '10 00 * * Mon,Thu'
1313
repository_dispatch:
1414
types: update-dependencies
1515

0 commit comments

Comments
 (0)