39 | @@ -41,6 +40,11 @@ global_task_template: &GLOBAL_TASK_TEMPLATE
40 | ci_script:
41 | - ./ci/test_run_all.sh
42 |
43 | +compute_credits_template: &CREDITS_TEMPLATE
44 | + # https://cirrus-ci.org/pricing/#compute-credits
45 | + # Only use credits for pull requests to the main repo
46 | + use_compute_credits: $CIRRUS_REPO_FULL_NAME == 'bitcoin/bitcoin' && $CIRRUS_PR != ""
Are pulls into the GUI repo skipped intentionally?
Yes, it is a separate org, so billing would need to be set up separately. Is there a lot of traffic on the gui repo, so that this is needed?