Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1224,10 +1224,10 @@ jobs:

build-docs:
needs: [detect-changes]
if: >-
(github.event_name == 'workflow_dispatch' ||
needs.detect-changes.outputs.docs == 'true' ||
needs.detect-changes.outputs.ci == 'true')
# Keep the production docs build as an unconditional PR check. OpenAPI
# generation used to build the site again inside verify-generated-files;
# running the existing job for every PR preserves that coverage without
# serializing two full Docusaurus builds in the generated-files check.
runs-on: ubuntu-latest
timeout-minutes: 30

Expand Down Expand Up @@ -4766,7 +4766,8 @@ jobs:
cd ../hindsight-embed && uv sync --frozen --index-strategy unsafe-best-match

- name: Run generate-openapi
run: ./scripts/generate-openapi.sh
working-directory: hindsight-dev
run: uv run generate-openapi

- name: Run generate-bank-template-schema
run: ./scripts/generate-bank-template-schema.sh
Expand Down