Skip to content

Commit 03697a7

Browse files
committed
To be removed: just kick the build
1 parent efc67ea commit 03697a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-m1-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
name: torchvision-py${{ matrix.py_vers }}-macos11-m1
8080
path: dist/
8181
- name: Upload wheel to S3
82-
if: ${{ github.event_name == 'push' && (steps.extract_branch.outputs.branch == 'nightly' || startsWith(github.event.ref, 'refs/tags/')) }}
82+
# if: ${{ github.event_name == 'push' && (steps.extract_branch.outputs.branch == 'nightly' || startsWith(github.event.ref, 'refs/tags/')) }}
8383
shell: arch -arch arm64 bash {0}
8484
env:
8585
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
@@ -98,7 +98,7 @@ jobs:
9898
- name: Checkout repository
9999
uses: actions/checkout@v2
100100
- name: Set CHANNEL (only for tagged pushes)
101-
if: ${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/') }}
101+
# if: ${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/') }}
102102
run: |
103103
# reference ends with an RC suffix
104104
if [[ ${GITHUB_REF_NAME} = *-rc[0-9]* ]]; then

0 commit comments

Comments
 (0)