mirror of https://github.com/YosysHQ/yosys.git
test-docs-build: Use fast runner
This commit is contained in:
parent
e5da0e341e
commit
d1c6699125
|
@ -192,7 +192,7 @@ jobs:
|
|||
|
||||
test-docs-build:
|
||||
name: Try build docs
|
||||
runs-on: [self-hosted, linux, x64]
|
||||
runs-on: [self-hosted, linux, x64, fast]
|
||||
needs: [pre_docs_job]
|
||||
if: needs.pre_docs_job.outputs.should_skip != 'true'
|
||||
strategy:
|
||||
|
|
Loading…
Reference in New Issue