diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-08-18 18:33:11 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-08-27 09:54:04 +0300 |
commit | 2d7f2606c193dd14307243816d40180867a0d913 (patch) | |
tree | fb455951da0ecd7c2153dab90afce5c43a35dd12 | |
parent | 3118a5eedf6512e5a5e8ceb62d9418be19c8c6d0 (diff) |
ci: Run fuzzer task for the master branch only
Github-Pull: bitcoin/bitcoin#22730
Rebased-From: 5a9e255e5a324e7aa0b63a9634aa3cfda9a300bd
-rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 5223c0bea6..4fad68831a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -107,6 +107,7 @@ task: task: name: 'x86_64 Linux [GOAL: install] [focal] [no depends, only system libs, sanitizers: fuzzer,address,undefined]' + only_if: $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BASE_BRANCH == $CIRRUS_DEFAULT_BRANCH << : *GLOBAL_TASK_TEMPLATE container: image: ubuntu:focal |