mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Restrict Cirrus CI to only zeek repo's branches
This commit is contained in:
parent
3255930738
commit
e924370876
3 changed files with 11 additions and 3 deletions
|
@ -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.
|
||||
|
|
4
CHANGES
4
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)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.2.0-dev.761
|
||||
3.2.0-dev.762
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue