Skip to content

Commit b0db24f

Browse files
committed
Comment out if: ${{ github.repository_owner == nvidia }}
1 parent 269b7f8 commit b0db24f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Note: this is for build-time only.
2828
- "12.8.0"
2929
name: Build (${{ matrix.host-platform }}, Python ${{ matrix.python-version }}, CUDA ${{ matrix.cuda-version }})
30-
if: ${{ github.repository_owner == 'nvidia' }}
30+
# if: ${{ github.repository_owner == 'nvidia' }}
3131
permissions:
3232
contents: read # This is required for actions/checkout
3333
runs-on: ${{ (matrix.host-platform == 'linux-64' && 'linux-amd64-cpu8') ||
@@ -269,7 +269,7 @@ jobs:
269269
runner:
270270
- default
271271
name: Test (${{ matrix.host-platform }}, Python ${{ matrix.python-version }}, CUDA ${{ matrix.cuda-version }}, Runner ${{ matrix.runner }}, ${{ (matrix.local-ctk == '1' && 'local CTK') || 'CTK wheels' }})
272-
if: ${{ github.repository_owner == 'nvidia' }}
272+
# if: ${{ github.repository_owner == 'nvidia' }}
273273
permissions:
274274
contents: read # This is required for actions/checkout
275275
needs:

0 commit comments

Comments
 (0)