diff --git a/.cirrus.yml b/.cirrus.yml index ce3a1bfb0f..0d1e368811 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -13,8 +13,12 @@ resources_template: &RESOURCES_TEMPLATE ci_template: &CI_TEMPLATE only_if: > $CIRRUS_PR != '' || - $CIRRUS_BRANCH == 'master' || - $CIRRUS_BRANCH =~ 'release/.*' + ( $CIRRUS_REPO_NAME == 'zeek' && + ( + $CIRRUS_BRANCH == 'master' || + $CIRRUS_BRANCH =~ 'release/.*' + ) + ) # Default timeout is 60 minutes, Cirrus hard limit is 120 minutes for free # tasks, so may as well ask for full time. diff --git a/CHANGES b/CHANGES index a81d50363d..fcde672646 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@ +3.2.0-dev.762 | 2020-06-09 15:19:15 -0700 + + * Restrict Cirrus CI to only zeek repo's branches (Jon Siwek, Corelight) + 3.2.0-dev.761 | 2020-06-09 09:39:31 -0700 * Prevent IP fragment reassembly on packets without minimal IP header (Jon Siwek, Corelight) diff --git a/VERSION b/VERSION index 4e19f0174c..6fdff819de 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.0-dev.761 +3.2.0-dev.762