Skip to content

Commit 4da20fb

Browse files
authored
Improve github actions workflow (#1136)
1 parent bbf8ffe commit 4da20fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
branches: [ master ]
66
pull_request:
77
branches: [ '**' ]
8+
schedule:
9+
- cron: 0 0 * * * # daily at 00:00
10+
11+
env:
12+
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
813

914
jobs:
1015

0 commit comments

Comments
 (0)