From c3d1f6f4544d6e20ef66a451ff8ed7e70b81d1e1 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Tue, 14 Jun 2022 14:48:49 -0700 Subject: [PATCH] Fix pattern matching in Cirrus dependabot check --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index c003618814..55aa05f893 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -54,7 +54,7 @@ sanitizers_resource_template: &SANITIZERS_RESOURCE_TEMPLATE ci_template: &CI_TEMPLATE only_if: > - ( $CIRRUS_PR != '' && $CIRRUS_BRANCH != 'dependabot/.*' ) || + ( $CIRRUS_PR != '' && $CIRRUS_BRANCH !=~ 'dependabot/.*' ) || ( $CIRRUS_REPO_NAME == 'zeek' && ( $CIRRUS_BRANCH == 'master' ||