Skip to content

Commit ba458d1

Browse files
authored
Update build_wheels_linux.yml
1 parent d50ac4f commit ba458d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ jobs:
360360
upload-r2:
361361
needs: build
362362
uses: ./.github/workflows/_binary_upload_r2.yml
363-
if: always()
363+
if: ${{ secrets.R2_ACCOUNT_ID != '' }}
364364
with:
365365
repository: ${{ inputs.repository }}
366366
ref: ${{ inputs.ref }}

0 commit comments

Comments
 (0)