Files
Dario Gabriel LipicarandClaude Opus 5 8624b633ec ci: add workflow_dispatch to the doc-tests workflow
Lets the suite be re-run against any ref without pushing a commit — main's HEAD
had no doc-test run after the SDK bump merged precisely because there was no way
to trigger one.

The publish step previously assumed every non-PR run was `main` and wrote its
report to the `main/` path. With manual dispatch that would let a run on any
branch overwrite the main report, so a dispatched run on a non-main ref now
publishes under its own `branch-<name>/` directory (and the root index lists it).

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-06 22:08:22 -03:00
..