We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ae48c commit e64c4ddCopy full SHA for e64c4dd
.cirrus.yml
@@ -26,6 +26,10 @@ env:
26
# Compile and run the tests
27
EXAMPLES: yes
28
29
+# https://cirrus-ci.org/pricing/#compute-credits
30
+# Only use credits for pull requests to the main repo
31
+use_compute_credits: $CIRRUS_REPO_FULL_NAME == 'bitcoin-core/secp256k1' && $CIRRUS_PR != ""
32
+
33
cat_logs_snippet: &CAT_LOGS
34
always:
35
cat_tests_log_script:
0 commit comments