Skip to content

Commit

Permalink
test-docs-build: Use fast runner
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Oct 16, 2024
1 parent e5da0e3 commit d1c6699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d1c6699

Please sign in to comment.