We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651abfe commit cada0e2Copy full SHA for cada0e2
.github/workflows/_ci.yaml
@@ -48,6 +48,7 @@ jobs:
48
secrets: inherit
49
50
test-nccl:
51
+ if: inputs.ARCHITECTURE == 'amd64' # build only amd64
52
needs: build-base
53
uses: ./.github/workflows/_test_nccl.yaml
54
with:
0 commit comments