From 4009af4843f439006de75b2ee4cddca7a1987ec5 Mon Sep 17 00:00:00 2001 From: ethernet Date: Fri, 31 Jul 2026 01:47:29 -0400 Subject: [PATCH] fix(ci): don't archive timings report so we can view it directly in browser --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a328afbd8a..44ea9bc5756 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -365,6 +365,7 @@ jobs: with: name: ci-timings-report path: ci-timings-report.html + archive: false retention-days: 14 - name: Build linked review status