mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02: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:
@@ -7,7 +7,7 @@ pr:
|
|||||||
- '*.x'
|
- '*.x'
|
||||||
# This pipeline is also nightly run on master
|
# This pipeline is also nightly run on master
|
||||||
schedules:
|
schedules:
|
||||||
- cron: "4 0 * * *"
|
- cron: "0 4 * * *"
|
||||||
displayName: Nightly build
|
displayName: Nightly build
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
|
|||||||
Reference in New Issue
Block a user