From 62720a1c4b4d8e4060307667e02be3eb43bb5432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Tue, 17 Mar 2026 18:09:48 +0000 Subject: [PATCH] fix(ci): limit retention --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 430079854..e055c8c57 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -145,7 +145,7 @@ jobs: with: name: visual-regression-diffs path: ui/src/e2e/results/ - retention-days: 30 + retention-days: 7 lint-js: name: Lint JS code