Skip to content

Commit d1c6699

Browse files
test-docs-build: Use fast runner
1 parent e5da0e3 commit d1c6699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
193193
test-docs-build:
194194
name: Try build docs
195-
runs-on: [self-hosted, linux, x64]
195+
runs-on: [self-hosted, linux, x64, fast]
196196
needs: [pre_docs_job]
197197
if: needs.pre_docs_job.outputs.should_skip != 'true'
198198
strategy:

0 commit comments

Comments
 (0)