aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
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-18 20:18:32 +0300
commit5a9e255e5a324e7aa0b63a9634aa3cfda9a300bd (patch)
treeb6812b1ab40483ac94ca68cad716aa220d479283 /.cirrus.yml
parentbb9f76a7194a665effab169d228bb8cbc66ccf86 (diff)
downloadbitcoin-5a9e255e5a324e7aa0b63a9634aa3cfda9a300bd.tar.xz
ci: Run fuzzer task for the master branch only
Diffstat (limited to '.cirrus.yml')
-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