Skip to content

Commit ed65d9a

Browse files
authored
ci: ignore upload R2 failure for release (#18346)
1 parent 15d8bf1 commit ed65d9a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/actions/publish_binary/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ runs:
4141
4242
- name: Sync normal release to R2
4343
shell: bash
44+
continue-on-error: true
4445
if: inputs.category == 'default'
4546
run: |
4647
aws s3 cp ${{ steps.name.outputs.name }}.tar.gz s3://repo/databend/${{ inputs.version }}/${{ steps.name.outputs.name }}.tar.gz --no-progress --checksum-algorithm=CRC32

.github/actions/publish_deb/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ runs:
5656
5757
- name: Publish to S3
5858
shell: bash
59+
continue-on-error: true
5960
working-directory: scripts/distribution/deb
6061
run: |
6162
aws s3 sync dists s3://repo/deb/dists --delete --no-progress --checksum-algorithm=CRC32

0 commit comments

Comments
 (0)