Skip to content

Commit f09e91e

Browse files
authored
[CI] Fix documentation runner by adding 'nvidia' tag
1 parent 8150e47 commit f09e91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
docs:
1414
if: ${{ github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' }} || ${{ github.event_name == 'workflow_dispatch' }}
15-
runs-on: [self-hosted]
15+
runs-on: [self-hosted, nvidia]
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)