mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Fix pattern matching in Cirrus dependabot check
This commit is contained in:
parent
e2ccef67d8
commit
c3d1f6f454
1 changed files with 1 additions and 1 deletions
|
@ -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' ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue