ci(build): ignore failing upload-artifacts step
Build steps are often failing with "ECONNRESET" errors due to rate-limiting by github. We usually don't need/care about the artifacts, so don't have to fail the build when the upload fails. related to #502 and #actions/upload-artifact/issues/116
This commit is contained in:
parent
8fd9b619a7
commit
afad4263c1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -112,3 +112,4 @@ jobs:
|
||||||
path: |
|
path: |
|
||||||
build/zephyr/zmk.hex
|
build/zephyr/zmk.hex
|
||||||
build/zephyr/zmk.uf2
|
build/zephyr/zmk.uf2
|
||||||
|
continue-on-error: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue