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-18 20:18:32 +0300 |
commit | 5a9e255e5a324e7aa0b63a9634aa3cfda9a300bd (patch) | |
tree | b6812b1ab40483ac94ca68cad716aa220d479283 /.cirrus.yml | |
parent | bb9f76a7194a665effab169d228bb8cbc66ccf86 (diff) |
ci: Run fuzzer task for the master branch only
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 1 |
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 |