mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Merge remote-tracking branch 'origin/topic/timw/ci-ignore-dependabot-prs'
* origin/topic/timw/ci-ignore-dependabot-prs: Ignore dependabot PRs on Cirrus
This commit is contained in:
commit
d8cfdba71a
3 changed files with 6 additions and 2 deletions
|
@ -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' ||
|
||||
|
|
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
|||
5.1.0-dev.35 | 2022-06-14 14:39:02 -0700
|
||||
|
||||
* Ignore dependabot PRs on Cirrus (Tim Wojtulewicz, Corelight)
|
||||
|
||||
5.1.0-dev.33 | 2022-06-14 14:34:31 -0700
|
||||
|
||||
* Merge PQ_Timer into base TimerMgr class (Tim Wojtulewicz, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.1.0-dev.33
|
||||
5.1.0-dev.35
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue