3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-15 19:55:41 +00:00

Disable test-docs-build

This commit is contained in:
Akash Levy 2025-04-21 17:36:35 -07:00
parent 5f5ed1b29e
commit f7a981e23d

View file

@ -211,7 +211,7 @@ jobs:
name: Try build docs
runs-on: [self-hosted, linux, x64, fast]
needs: [pre_docs_job]
if: needs.pre_docs_job.outputs.should_skip != 'true'
if: false
strategy:
matrix:
docs-target: [html, latexpdf]