mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 01:24:10 +00:00
test-docs-build: Use fast runner
This commit is contained in:
parent
e5da0e341e
commit
d1c6699125
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
|
@ -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 a new issue