Skip to content

Commit 0c0e839

Browse files
author
wayuanho
authored
Merge pull request #652 from lucienwang1009/always_nightly
always run unittest on nightly onnxruntime
2 parents 9960de5 + 0a7332c commit 0c0e839

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci_build/azure_pipelines/onnxruntime_nightly_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ stages:
3030
- template: 'templates/combine_test_coverage.yml'
3131

3232
schedules:
33-
- cron: "0 16 * * *"
33+
- cron: "0 10 * * *"
3434
displayName: Daily onnxruntime nightly unittest
3535
branches:
3636
include:
3737
- master
38+
always: true

0 commit comments

Comments
 (0)