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: