mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Merge remote-tracking branch 'origin/topic/timw/docs-action-only-for-master'
* origin/topic/timw/docs-action-only-for-master: generate-docs: Only update submodule pointer during scheduled builds
This commit is contained in:
commit
152f7aae40
3 changed files with 11 additions and 1 deletions
6
.github/workflows/generate-docs.yml
vendored
6
.github/workflows/generate-docs.yml
vendored
|
@ -34,7 +34,13 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: "recursive"
|
submodules: "recursive"
|
||||||
|
|
||||||
|
# Only reset the submodule pointer for scheduled builds. The reason to do
|
||||||
|
# this is to pick up any merge commits or anything that may have been
|
||||||
|
# missed in a merge, but not have any actual content. We don't want to do
|
||||||
|
# it otherwise because PRs should just use the submodule they're pointing
|
||||||
|
# at.
|
||||||
- name: Switch doc submodule to master
|
- name: Switch doc submodule to master
|
||||||
|
if: github.event_name == 'schedule'
|
||||||
run: cd doc && git checkout master
|
run: cd doc && git checkout master
|
||||||
|
|
||||||
- name: Fetch Dependencies
|
- name: Fetch Dependencies
|
||||||
|
|
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
||||||
|
6.0.0-dev.508 | 2023-05-05 08:48:10 -0700
|
||||||
|
|
||||||
|
* generate-docs: Only update submodule pointer during scheduled builds (Tim Wojtulewicz, Corelight)
|
||||||
|
|
||||||
6.0.0-dev.505 | 2023-05-04 20:08:33 +0200
|
6.0.0-dev.505 | 2023-05-04 20:08:33 +0200
|
||||||
|
|
||||||
* GH-2998: NTP: Detect out-of-order packets (Arne Welzel, Corelight)
|
* GH-2998: NTP: Detect out-of-order packets (Arne Welzel, Corelight)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
6.0.0-dev.505
|
6.0.0-dev.508
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue