Unverified Commit 30ba6575 authored by Greg Spencer's avatar Greg Spencer Committed by GitHub

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

parent 88b853f7
...@@ -131,7 +131,7 @@ task: ...@@ -131,7 +131,7 @@ task:
memory: 12G memory: 12G
task: task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_PR == '' use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
name: deploy_gallery-macos name: deploy_gallery-macos
only_if: $CIRRUS_BRANCH == 'dev' only_if: $CIRRUS_BRANCH == 'dev'
pub_cache: pub_cache:
...@@ -166,7 +166,7 @@ task: ...@@ -166,7 +166,7 @@ task:
- ./dev/bots/deploy_gallery.sh - ./dev/bots/deploy_gallery.sh
task: task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_PR == '' use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
osx_instance: osx_instance:
image: high-sierra-xcode-9.4.1 image: high-sierra-xcode-9.4.1
depends_on: depends_on:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment