Fix pattern matching in Cirrus dependabot check

This commit is contained in:
Tim Wojtulewicz 2022-06-14 14:48:49 -07:00
parent e2ccef67d8
commit c3d1f6f454

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_BRANCH != 'dependabot/.*' ) || ( $CIRRUS_PR != '' && $CIRRUS_BRANCH !=~ 'dependabot/.*' ) ||
( $CIRRUS_REPO_NAME == 'zeek' && ( $CIRRUS_REPO_NAME == 'zeek' &&
( (
$CIRRUS_BRANCH == 'master' || $CIRRUS_BRANCH == 'master' ||