From 2ff1d48a0ac4dc186c659dbe934f96f711acea41 Mon Sep 17 00:00:00 2001 From: Kevin Takla Date: Wed, 20 Dec 2023 10:48:41 -0500 Subject: [PATCH] fix: adjust api integration test ci cron to run everyday of the week --- .azure-pipelines-api-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines-api-integration-tests.yml b/.azure-pipelines-api-integration-tests.yml index 935eea19..15c01cd2 100644 --- a/.azure-pipelines-api-integration-tests.yml +++ b/.azure-pipelines-api-integration-tests.yml @@ -1,5 +1,5 @@ schedules: -- cron: "00 05 * * Mon-Sun" # Format is "Minutes Hours DayOfMonth Month DayOfWeek" in UTC (that's why 05 is 1h EST) +- cron: "00 05 * * *" # Format is "Minutes Hours DayOfMonth Month DayOfWeek" in UTC (that's why 05 is 1h EST) displayName: 'Nightly weekdays build - 1:00 EST' always: true # Start a new run even if the code didn't change (because packages might have changed). branches: