Skip to content

Commit b0baba1

Browse files
committed
test
1 parent 79feec6 commit b0baba1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_wheels_linux_aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ jobs:
336336
needs: build
337337
uses: pytorch/test-infra/.github/workflows/_binary_upload.yml@main
338338
# only upload to pytorch nightly index for jetpack builds
339-
if: ${{ inputs.is-jetpack == false || env.CHANNEL == 'nightly' }}
339+
# if: ${{ inputs.is-jetpack == false || (inputs.trigger-event == 'push' && startsWith(github.event.ref, 'refs/heads/nightly')) }}
340340
with:
341341
repository: ${{ inputs.repository }}
342342
ref: ${{ inputs.ref }}

0 commit comments

Comments
 (0)