From 300efc427ba3b1f77d03ae5fb5e13e4d2daa1a50 Mon Sep 17 00:00:00 2001 From: Greg Spencer Date: Wed, 16 Jan 2019 09:52:16 -0800 Subject: [PATCH] Enable compute credits for commits, and for macOS PRs --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 541b5a7e05..67dfb07cb5 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,4 +1,5 @@ task: + use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_PR == '' container: image: cirrusci/flutter:latest cpu: 4 @@ -31,6 +32,7 @@ task: - ./script/incremental_build.sh java-test # must come after apk build task: + use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' name: build-ipas osx_instance: image: high-sierra-xcode-9.4.1