Skip to content

Commit 4a86e34

Browse files
committed
Revert "Disable r2 dual upload (pytorch#7507)"
This reverts commit 71622dc.
1 parent 3a8d74e commit 4a86e34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_wheels_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
upload-r2:
288288
needs: build
289289
uses: ./.github/workflows/_binary_upload_r2.yml
290-
if: false
290+
if: always()
291291
with:
292292
repository: ${{ inputs.repository }}
293293
ref: ${{ inputs.ref }}

.github/workflows/build_wheels_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ jobs:
405405
upload-r2:
406406
needs: build
407407
uses: ./.github/workflows/_binary_upload_r2.yml
408-
if: false
408+
if: always()
409409
with:
410410
repository: ${{ inputs.repository }}
411411
ref: ${{ inputs.ref }}

0 commit comments

Comments
 (0)