We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f65b3 commit a59c5c9Copy full SHA for a59c5c9
.github/workflows/tests.yaml
@@ -75,7 +75,7 @@ jobs:
75
docs:
76
needs: check-changes
77
if: github.repository == 'NVIDIA/tilus' && needs.check-changes.outputs.should_run_docs == 'true'
78
- runs-on: ubuntu-latest
+ runs-on: linux-amd64-gpu-l4-latest-1
79
steps:
80
- name: Checkout Repository
81
uses: actions/checkout@v4
@@ -94,7 +94,7 @@ jobs:
94
examples:
95
96
if: github.repository == 'NVIDIA/tilus' && needs.check-changes.outputs.should_run_examples == 'true'
97
98
99
100
0 commit comments