From 41b9905e888fede966276becbdd9246f2ced5807 Mon Sep 17 00:00:00 2001 From: Ella Hathaway <67609881+ellahathaway@users.noreply.github.com> Date: Wed, 8 Nov 2023 15:20:43 -0800 Subject: [PATCH] Run dotnet-dotnet pipeline at midnight PST (#17738) --- src/SourceBuild/content/eng/pipelines/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SourceBuild/content/eng/pipelines/ci.yml b/src/SourceBuild/content/eng/pipelines/ci.yml index 0a8412db5..edefbe789 100644 --- a/src/SourceBuild/content/eng/pipelines/ci.yml +++ b/src/SourceBuild/content/eng/pipelines/ci.yml @@ -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: