From 7ae2a3216aa354781677f28eb453ee12d679ea36 Mon Sep 17 00:00:00 2001 From: Paul Maddox Date: Sat, 9 Mar 2019 11:34:17 +0400 Subject: [PATCH] fix(CI): speed up PR builds by only downloading the cfn spec and regenerating resources on cron schedule (not on every build) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ea60baf771..4b36065141 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,8 @@ install: true after_success: # Check for updated CloudFormation resources, and submit a PR - # - test "${TRAVIS_EVENT_TYPE}" = "cron" && ./generate/create-pull-request.sh - - ./generate/create-pull-request.sh + - test "${TRAVIS_EVENT_TYPE}" = "cron" && ./generate/create-pull-request.sh + # - ./generate/create-pull-request.sh deploy: provider: script