Skip to content

Commit

Permalink
Don't use compute credits for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sipa committed Dec 12, 2022
1 parent 5c789dc commit 7e5b226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ env:
EXAMPLES: yes

# https://cirrus-ci.org/pricing/#compute-credits
# Only use credits for pull requests to the main repo
credits_snippet: &CREDITS
use_compute_credits: $CIRRUS_REPO_FULL_NAME == 'bitcoin-core/secp256k1' && $CIRRUS_PR != ""
# Don't use any credits for now.
use_compute_credits: false

cat_logs_snippet: &CAT_LOGS
always:
Expand Down

0 comments on commit 7e5b226

Please sign in to comment.