Enable darwin builds for zeek-security repo

(cherry picked from commit c4edd8410e)
This commit is contained in:
Tim Wojtulewicz 2024-01-16 16:30:58 -07:00
parent ce0410f283
commit 4deb53bbfb

View file

@ -59,7 +59,6 @@ builds_only_if_template: &BUILDS_ONLY_IF_TEMPLATE
# - Always build master and release/* builds from the main repo
only_if: >
( $CIRRUS_CRON == '' ) &&
( $CIRRUS_REPO_NAME != 'zeek-security' || $CIRRUS_OS != "darwin" ) &&
( ( $CIRRUS_PR != '' && $CIRRUS_BRANCH !=~ 'dependabot/.*' ) ||
( ( $CIRRUS_REPO_NAME == 'zeek' || $CIRRUS_REPO_NAME == 'zeek-security' ) &&
(