From 1d246fff936393aeac3a28e5ac8f330ee27195df Mon Sep 17 00:00:00 2001 From: root Date: Sun, 21 Jun 2026 13:30:28 -0400 Subject: [PATCH] Make artifact uploads non-blocking (SSL cert issue with Gitea) --- .gitea/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index e1d440eb..7762587b 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -167,6 +167,7 @@ jobs: - name: Upload test reports uses: actions/upload-artifact@v3 if: always() + continue-on-error: true with: name: test-reports path: reports/ @@ -205,6 +206,7 @@ jobs: - name: Upload build artifacts uses: actions/upload-artifact@v3 + continue-on-error: true with: name: frontend-assets path: |