Re-enable compute credites for macOS PRs only. (#26403)

This commit is contained in:
Greg Spencer 2019-01-11 07:52:09 -08:00 committed by GitHub
parent 88b853f7eb
commit 30ba6575c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: