From afd16eda2596624d8611e944923cec4cf883ce63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 08:29:22 -0600 Subject: [PATCH] [release/8.0.1xx] Run sdk pipeline 3 hours after dotnet-dotnet pipeline (#18323) Co-authored-by: Ella Hathaway --- eng/pipelines/source-build-sdk-diff-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/source-build-sdk-diff-tests.yml b/eng/pipelines/source-build-sdk-diff-tests.yml index 187c4a5cf..47d1c4c89 100644 --- a/eng/pipelines/source-build-sdk-diff-tests.yml +++ b/eng/pipelines/source-build-sdk-diff-tests.yml @@ -1,6 +1,6 @@ schedules: -- cron: "0 7 * * 1-5" - displayName: Run on weekdays at 7am UTC +- cron: "0 11 * * 1-5" + displayName: Run on weekdays at 11am UTC branches: include: - main