Home
last modified time | relevance | path

Searched full:with_push_rocm (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/.github/workflows/
Dbuild-manywheel-images.yml30 WITH_PUSH_ROCM: ${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v') }}
160 if: env.WITH_PUSH_ROCM == 'false'
167 - name: Authenticate if WITH_PUSH_ROCM
168 if: env.WITH_PUSH_ROCM == 'true'
173 if [[ "${WITH_PUSH_ROCM}" == true ]]; then
177 if: env.WITH_PUSH_ROCM == 'true'