File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments