aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-08-18 18:33:11 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-08-20 10:35:41 +0300
commite9d30fbb3a90dfafebdb026a53b4f632614d660e (patch)
treef6e9d03853cb7ca4f2e727759017e5ab43e95adc
parent873fbc745d037ad43570f81e58334c397bc95477 (diff)
downloadbitcoin-e9d30fbb3a90dfafebdb026a53b4f632614d660e.tar.xz
ci: Run fuzzer task for the master branch only
Github-Pull: bitcoin/bitcoin#22730 Rebased-From: 5a9e255e5a324e7aa0b63a9634aa3cfda9a300bd
-rw-r--r--.cirrus.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 26bd27754f..16fd0cefc3 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -153,6 +153,7 @@ task:
task:
name: '[no depends, sanitizers: fuzzer,address,undefined,integer] [focal]'
+ only_if: $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BASE_BRANCH == $CIRRUS_DEFAULT_BRANCH
<< : *GLOBAL_TASK_TEMPLATE
container:
image: ubuntu:focal