Unverified Commit f09e91e3 authored by Wenhao Xie's avatar Wenhao Xie Committed by GitHub
Browse files

[CI] Fix documentation runner by adding 'nvidia' tag

parent 8150e47e
...@@ -12,7 +12,7 @@ permissions: ...@@ -12,7 +12,7 @@ permissions:
jobs: jobs:
docs: docs:
if: ${{ github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' }} || ${{ github.event_name == 'workflow_dispatch' }} if: ${{ github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' }} || ${{ github.event_name == 'workflow_dispatch' }}
runs-on: [self-hosted] runs-on: [self-hosted, nvidia]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment