Run dotnet-dotnet pipeline at midnight PST (#17738)
This commit is contained in:
parent
6c07390ce4
commit
41b9905e88
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# This is the dotnet/dotnet pipeline that is triggered every weekday at midnight (00:00 UTC) for "main" and when changes are pushed to release/* and internal/release/* branches.
|
||||
# This is the dotnet/dotnet pipeline that is triggered every weekday at midnight PST (08:00 UTC) for "main" and when changes are pushed to release/* and internal/release/* branches.
|
||||
|
||||
schedules:
|
||||
- cron: '0 0 * * Mon-Fri'
|
||||
- cron: '0 8 * * Mon-Fri'
|
||||
displayName: Weekday midnight build
|
||||
branches:
|
||||
include:
|
||||
|
|
Loading…
Reference in a new issue