From dc86916a9c2f68f81c157b1ad3dc27610b8092b5 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Tue, 14 Jun 2022 10:31:44 -0700 Subject: [PATCH] Ignore dependabot PRs on Cirrus --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index fe0347723d..c003618814 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_PR != '' && $CIRRUS_BRANCH != 'dependabot/.*' ) || ( $CIRRUS_REPO_NAME == 'zeek' && ( $CIRRUS_BRANCH == 'master' ||