Skip to content

Commit f3c9401

Browse files
committed
skip test stage for now
1 parent db22412 commit f3c9401

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ jobs:
192192
runner: H100
193193
name: Test (${{ matrix.host-platform }}, Python ${{ matrix.python-version }}, CUDA ${{ matrix.cuda-version }}, Runner ${{ matrix.runner }})
194194
# The build stage could fail but we want the CI to keep moving.
195-
if: ${{ github.repository_owner == 'nvidia' && always() }}
195+
#if: ${{ github.repository_owner == 'nvidia' && always() }}
196+
if: false
196197
permissions:
197198
id-token: write # This is required for configure-aws-credentials
198199
contents: read # This is required for actions/checkout

0 commit comments

Comments
 (0)