From 1194d343961f4f5b5cfdfc754fe5a56830d7cc16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Arroba?= <19954079+cesararroba@users.noreply.github.com> Date: Wed, 6 May 2026 00:09:34 +0200 Subject: [PATCH] ci(ui-e2e): reduce Playwright artifact retention to 7 days (#11018) --- .github/workflows/ui-e2e-tests-v2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui-e2e-tests-v2.yml b/.github/workflows/ui-e2e-tests-v2.yml index 883f07e2d8..aab93057c7 100644 --- a/.github/workflows/ui-e2e-tests-v2.yml +++ b/.github/workflows/ui-e2e-tests-v2.yml @@ -270,7 +270,7 @@ jobs: with: name: playwright-report path: ui/playwright-report/ - retention-days: 30 + retention-days: 7 - name: Cleanup services if: always()