From bf69f1a2d3ed4e6792b5ebc704b9cb70c02e6f57 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Wed, 11 Jul 2018 15:40:13 -0400 Subject: [ios] Adjust iOS nightly build to run later MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CircleCI’s cron jobs run on UTC, while their containers are set to US-Pacific. This change pushes back the `nightly` workflow from 12AM UTC (5PM PDT) to 5AM UTC (10PM PDT). /cc @julianrex @fabian-guerra --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 7ee668807b..c9fdca20fc 100644 --- a/circle.yml +++ b/circle.yml @@ -50,7 +50,7 @@ workflows: nightly: triggers: - schedule: - cron: "0 0 * * *" + cron: "0 5 * * *" filters: branches: only: -- cgit v1.2.1