From 361c2267f24e7dd3c3405e2f38df8e31ab9ab451 Mon Sep 17 00:00:00 2001 From: jeshan Date: Sat, 17 Aug 2019 13:52:27 +0400 Subject: [PATCH] edit release schedule: every Sunday at midnight UTC --- templates/infrastructure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/infrastructure.yaml b/templates/infrastructure.yaml index 7db69b9..ec76e2a 100644 --- a/templates/infrastructure.yaml +++ b/templates/infrastructure.yaml @@ -126,7 +126,7 @@ Resources: Weekly: Properties: - ScheduleExpression: cron(0 20 1/7 * ? *) + ScheduleExpression: cron(0 0 ? * SUN *) # every Sunday at midnight UTC State: ENABLED Targets: - Arn: !GetAtt 'DeployTfBridge.Arn'