Ignore dependabot PRs on Cirrus

This commit is contained in:
Tim Wojtulewicz 2022-06-14 10:31:44 -07:00
parent 910e3b3024
commit dc86916a9c

View file

@ -54,7 +54,7 @@ sanitizers_resource_template: &SANITIZERS_RESOURCE_TEMPLATE
ci_template: &CI_TEMPLATE ci_template: &CI_TEMPLATE
only_if: > only_if: >
$CIRRUS_PR != '' || ( $CIRRUS_PR != '' && $CIRRUS_BRANCH != 'dependabot/.*' ) ||
( $CIRRUS_REPO_NAME == 'zeek' && ( $CIRRUS_REPO_NAME == 'zeek' &&
( (
$CIRRUS_BRANCH == 'master' || $CIRRUS_BRANCH == 'master' ||