Skip to content

Commit

Permalink
ci: Run fuzzer task for the master branch only
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Aug 18, 2021
1 parent bb9f76a commit 5a9e255
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Expand Up @@ -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
Expand Down

0 comments on commit 5a9e255

Please sign in to comment.