mirror of
https://github.com/apache/superset.git
synced 2026-04-14 05:34:38 +00:00
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:
1
.github/workflows/superset-docs-verify.yml
vendored
1
.github/workflows/superset-docs-verify.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user