Skip to content

Commit cada0e2

Browse files
committed
only test nccl on amd64
1 parent 651abfe commit cada0e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/_ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
secrets: inherit
4949

5050
test-nccl:
51+
if: inputs.ARCHITECTURE == 'amd64' # build only amd64
5152
needs: build-base
5253
uses: ./.github/workflows/_test_nccl.yaml
5354
with:

0 commit comments

Comments
 (0)