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 a8494b0Copy full SHA for a8494b0
.cirrus.yml
@@ -26,6 +26,11 @@ 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
+credits_snippet: &CREDITS
32
+ use_compute_credits: $CIRRUS_REPO_FULL_NAME == 'bitcoin-core/secp256k1' && $CIRRUS_PR != ""
33
+
34
cat_logs_snippet: &CAT_LOGS
35
always:
36
cat_tests_log_script:
@@ -132,6 +137,7 @@ task:
132
137
test_script:
133
138
- ./ci/cirrus.sh
134
139
<< : *CAT_LOGS
140
+ << : *CREDITS
135
141
136
142
task:
143
name: "s390x (big-endian): Linux (Debian stable, QEMU)"
0 commit comments