Skip to content

Commit ce5c21b

Browse files
committed
Do not block CI on artifact uploads
1 parent 8ad4225 commit ce5c21b

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/_benchmark_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
- name: Upload test results
107107
if: always()
108108
uses: actions/upload-artifact@v4
109+
continue-on-error: true
109110
with:
110111
name: benchmark-${{ inputs.platform }}
111112
path: |

.github/workflows/_build_wheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
- name: Upload wheel
6464
if: inputs.upload-artifact
6565
uses: actions/upload-artifact@v4
66+
continue-on-error: true
6667
with:
6768
name: wheel
6869
path: dist/*.whl

.github/workflows/_functional_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
- name: Upload test results
7777
if: always()
7878
uses: actions/upload-artifact@v4
79+
continue-on-error: true
7980
with:
8081
name: functional-${{ inputs.platform }}
8182
path: |

0 commit comments

Comments
 (0)