mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Re-enable compute credites for macOS PRs only. (#26403)
This commit is contained in:
parent
88b853f7eb
commit
30ba6575c0
@ -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:
|
|||||||
- ./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:
|
||||||
|
Loading…
Reference in New Issue
Block a user