fix(ci): allow docs testing to run despite absence of db diagnostics data (#38655)

Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
Đỗ Trọng Hải
2026-03-17 08:01:43 +07:00
committed by GitHub
parent 96705c156a
commit ca403dc45d

View File

@@ -117,6 +117,7 @@ jobs:
run_id: ${{ github.event.workflow_run.id }}
name: database-diagnostics
path: docs/src/data/
if_no_artifact_found: 'warning'
- name: Use fresh diagnostics
run: |
if [ -f "src/data/databases-diagnostics.json" ]; then