We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8150e47 commit f09e91eCopy full SHA for f09e91e
.github/workflows/publish_docs.yml
@@ -12,7 +12,7 @@ permissions:
12
jobs:
13
docs:
14
if: ${{ github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' }} || ${{ github.event_name == 'workflow_dispatch' }}
15
- runs-on: [self-hosted]
+ runs-on: [self-hosted, nvidia]
16
steps:
17
- uses: actions/checkout@v4
18
- uses: actions/setup-python@v5
0 commit comments