mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
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.
This commit is contained in:
parent
44cc8d7a3c
commit
db46326e95
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue