@@ -106,7 +106,7 @@ jobs:
106106 host-platform :
107107 - linux-aarch64
108108 name : Build ${{ matrix.host-platform }}, CUDA ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
109- if : github.event_name == 'TEMPORARY_DISABLED' # TEMPORARY: only testing Windows 3.14t
109+ if : ${{ github.repository_owner == 'nvidia' && !fromJSON(needs.should-skip.outputs.skip) && !fromJSON(needs.should-skip.outputs.doc- only) }}
110110 secrets : inherit
111111 uses : ./.github/workflows/build-wheel.yml
112112 with :
@@ -145,7 +145,7 @@ jobs:
145145 host-platform :
146146 - linux-64
147147 name : Test ${{ matrix.host-platform }}
148- if : github.event_name == 'TEMPORARY_DISABLED' # TEMPORARY: only testing Windows 3.14t
148+ if : ${{ github.repository_owner == 'nvidia' && !fromJSON(needs.should-skip.outputs.doc- only) }}
149149 permissions :
150150 contents : read # This is required for actions/checkout
151151 needs :
@@ -168,7 +168,7 @@ jobs:
168168 host-platform :
169169 - linux-aarch64
170170 name : Test ${{ matrix.host-platform }}
171- if : github.event_name == 'TEMPORARY_DISABLED' # TEMPORARY: only testing Windows 3.14t
171+ if : ${{ github.repository_owner == 'nvidia' && !fromJSON(needs.should-skip.outputs.doc- only) }}
172172 permissions :
173173 contents : read # This is required for actions/checkout
174174 needs :
@@ -204,12 +204,11 @@ jobs:
204204 build-type : pull-request
205205 host-platform : ${{ matrix.host-platform }}
206206 build-ctk-ver : ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
207- matrix_filter : ' map(select(.PY_VER == "3.14t"))' # TEMPORARY: only testing Windows 3.14t
208207 nruns : ${{ (github.event_name == 'schedule' && 100) || 1}}
209208
210209 doc :
211210 name : Docs
212- if : github.event_name == 'TEMPORARY_DISABLED' # TEMPORARY: only testing Windows 3.14t
211+ if : ${{ github.repository_owner == 'nvidia' }}
213212 # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
214213 permissions :
215214 id-token : write
0 commit comments