Skip to content

Commit 71622dc

Browse files
authored
Disable r2 dual upload (#7507)
Disables r2 dual upload. Will be using sippy approach rather then dual upload.
1 parent 55340f2 commit 71622dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ jobs:
361361
upload-r2:
362362
needs: build
363363
uses: ./.github/workflows/_binary_upload_r2.yml
364-
if: always()
364+
if: false
365365
with:
366366
repository: ${{ inputs.repository }}
367367
ref: ${{ inputs.ref }}

.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: always()
290+
if: false
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: always()
408+
if: false
409409
with:
410410
repository: ${{ inputs.repository }}
411411
ref: ${{ inputs.ref }}

0 commit comments

Comments
 (0)