File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed
Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -168,30 +168,14 @@ jobs:
168168 host-platform : ${{ matrix.host-platform }}
169169 build-ctk-ver : ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
170170
171- doc :
172- name : Docs
173- if : ${{ github.repository_owner == 'nvidia' }}
174- # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
175- permissions :
176- id-token : write
177- contents : write
178- pull-requests : write
179- needs :
180- - ci-vars
181- - build-linux-64
182- secrets : inherit
183- uses : ./.github/workflows/build-docs.yml
184- with :
185- build-ctk-ver : ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
186-
187171 checks :
188172 name : Check job status
189173 runs-on : ubuntu-latest
190174 needs :
191175 - test-linux-64
192176 - test-linux-aarch64
193177 - test-windows
194- - doc
178+ # we don't build docs on the backport branch, see #809
195179 steps :
196180 - name : Exit
197181 run : exit 0
You can’t perform that action at this time.
0 commit comments