diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ai-validation.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ai-validation.yml b/.github/workflows/ai-validation.yml index c0f70b9c..b4736fe1 100644 --- a/.github/workflows/ai-validation.yml +++ b/.github/workflows/ai-validation.yml @@ -333,9 +333,9 @@ jobs: # the right choice. If the DB schema ever changes incompatibly, # bump REVIEWER_REF in the consuming workflow — the newer # reviewer code will error at DB-load time inside `Pass 1 — - # deterministic checks`. The workflow's own fail-closed gate is - # a presence check (`[ -s diff-md.patch ] && [ ! -d - # .reference-db/extracted ]`); it does not inspect DB schema. + # deterministic checks`. The workflow's own fail-closed gate + # is a presence check on `.reference-db/extracted`; it does + # not load or inspect DB schema. latest: true fileName: reference-db-${{ steps.branch.outputs.vyos1x }}.tar.gz out-file-path: .reference-db |
