Skip to content

Commit

Permalink
Use compute credits
Browse files Browse the repository at this point in the history
  • Loading branch information
sipa committed Nov 15, 2022
1 parent 32d3faf commit 833e668
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ env:
# Compile and run the tests
EXAMPLES: yes

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

cat_logs_snippet: &CAT_LOGS
always:
cat_tests_log_script:
Expand Down

0 comments on commit 833e668

Please sign in to comment.