Skip to content

Commit

Permalink
ci(build): ignore failing upload-artifacts step
Browse files Browse the repository at this point in the history
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
  • Loading branch information
okke-formsma authored and petejohanson committed Dec 21, 2020
1 parent 8fd9b61 commit f865779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,4 @@ jobs:
path: |
build/zephyr/zmk.hex
build/zephyr/zmk.uf2
continue-on-error: true

0 comments on commit f865779

Please sign in to comment.