From 3dd73e6d53aa7984e9e039b6eb9e7cbc5fec7431 Mon Sep 17 00:00:00 2001 From: Jakob Botsch Nielsen Date: Tue, 25 Jul 2023 16:57:51 +0200 Subject: [PATCH] Run Antigen/Fuzzlyn on Saturdays too (#89426) Up the frequency of the Antigen and Fuzzlyn runs to also run on Saturdays during these last weeks of .NET 8 development. --- eng/pipelines/coreclr/exploratory.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/coreclr/exploratory.yml b/eng/pipelines/coreclr/exploratory.yml index 64875c7..6326236 100644 --- a/eng/pipelines/coreclr/exploratory.yml +++ b/eng/pipelines/coreclr/exploratory.yml @@ -2,8 +2,8 @@ trigger: none schedules: -- cron: "0 14 * * 0" - displayName: Sun at 6:00 AM (UTC-8:00) +- cron: "0 14 * * 0,6" + displayName: Sat and Sun at 6:00 AM (UTC-8:00) branches: include: - main -- 2.7.4