mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-16 02:50:40 +01:00
CI: fix doc_build check which was not always built
Too shallow fetch from github made trigger condition unreliable.
This commit is contained in:
parent
9927889112
commit
ec8884ba79
2
.github/workflows/doc_build.yml
vendored
2
.github/workflows/doc_build.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 2
|
||||
fetch-depth: 8
|
||||
|
||||
- name: Check for doc changes
|
||||
id: doc_changes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user