dont archive in validate job
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9700c81..7837848 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -58,15 +58,6 @@
# --no-scan: For public fork PRs, we won't attempt to publish the scan
run: |
./gradlew --build-cache --info $SCAN_ARG check siteDocTar -x test
- - name: Archive check reports
- if: always()
- uses: actions/upload-artifact@v4
- with:
- name: check-reports
- path: |
- **/build/**/*.html
- compression-level: 9
- if-no-files-found: ignore
- name: Annotate checkstyle errors
if: failure()
run: python .github/scripts/checkstyle.py