From 30ba6575c0d1159df573561a3871a272b11e52c6 Mon Sep 17 00:00:00 2001 From: Greg Spencer Date: Fri, 11 Jan 2019 07:52:09 -0800 Subject: [PATCH] Re-enable compute credites for macOS PRs only. (#26403) --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 0eac9ba226b..eead2508837 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -131,7 +131,7 @@ task: memory: 12G task: - use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_PR == '' + use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' name: deploy_gallery-macos only_if: $CIRRUS_BRANCH == 'dev' pub_cache: @@ -166,7 +166,7 @@ task: - ./dev/bots/deploy_gallery.sh task: - use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_PR == '' + use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' osx_instance: image: high-sierra-xcode-9.4.1 depends_on: