Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Enable compute credits for commits, and for macOS PRs (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
gspencergoog authored Jan 16, 2019
1 parent 229b0fc commit 85f75f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_PR == ''
container:
image: cirrusci/flutter:latest
cpu: 4
Expand Down Expand Up @@ -43,6 +44,7 @@ task:
- export CIRRUS_COMMIT_MESSAGE=`cat /tmp/cirrus_commit_message.txt`

task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
name: build-ipas
osx_instance:
image: high-sierra-xcode-9.4.1
Expand Down

0 comments on commit 85f75f8

Please sign in to comment.