diff --git a/.github/workflows/build_wheels_linux.yml b/.github/workflows/build_wheels_linux.yml index 00af5e19ce..2b80ba4db2 100644 --- a/.github/workflows/build_wheels_linux.yml +++ b/.github/workflows/build_wheels_linux.yml @@ -361,7 +361,7 @@ jobs: upload-r2: needs: build uses: ./.github/workflows/_binary_upload_r2.yml - if: always() + if: false with: repository: ${{ inputs.repository }} ref: ${{ inputs.ref }} diff --git a/.github/workflows/build_wheels_macos.yml b/.github/workflows/build_wheels_macos.yml index ca4b077027..000c0ac9c2 100644 --- a/.github/workflows/build_wheels_macos.yml +++ b/.github/workflows/build_wheels_macos.yml @@ -287,7 +287,7 @@ jobs: upload-r2: needs: build uses: ./.github/workflows/_binary_upload_r2.yml - if: always() + if: false with: repository: ${{ inputs.repository }} ref: ${{ inputs.ref }} diff --git a/.github/workflows/build_wheels_windows.yml b/.github/workflows/build_wheels_windows.yml index 8258cf7597..cf22109a13 100644 --- a/.github/workflows/build_wheels_windows.yml +++ b/.github/workflows/build_wheels_windows.yml @@ -405,7 +405,7 @@ jobs: upload-r2: needs: build uses: ./.github/workflows/_binary_upload_r2.yml - if: always() + if: false with: repository: ${{ inputs.repository }} ref: ${{ inputs.ref }}