From db46326e9597f2166483f5da459069fe8afd509c Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 21 Oct 2019 14:42:51 -0700 Subject: [PATCH] Run at 4:00AM UTC not 0:04AM UTC. (#7460) Fixes [cron syntax](https://docs.microsoft.com/en-us/azure/devops/pipelines/build/triggers?view=azure-devops&tabs=yaml#supported-cron-syntax) to get the behavior I had in mind in https://github.com/certbot/certbot/pull/7377#discussion_r331295897. --- .azure-pipelines/advanced.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/advanced.yml b/.azure-pipelines/advanced.yml index afcf16db4..9832c0684 100644 --- a/.azure-pipelines/advanced.yml +++ b/.azure-pipelines/advanced.yml @@ -7,7 +7,7 @@ pr: - '*.x' # This pipeline is also nightly run on master schedules: - - cron: "4 0 * * *" + - cron: "0 4 * * *" displayName: Nightly build branches: include: