test-docs-build: Use fast runner

This commit is contained in:
Krystine Sherwin 2024-10-17 07:15:11 +13:00
parent e5da0e341e
commit d1c6699125
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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: