From 7940d0f1f2e1165f21a3f3c57431f18aefcf8231 Mon Sep 17 00:00:00 2001
From: Philip Offtermatt
Date: Mon, 18 Dec 2023 11:47:27 +0100
Subject: [PATCH] Lengthen retention to 6 days
---
.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 8c1ec7d604..6c02a4572a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -131,7 +131,7 @@ jobs:
with:
name: mbt-traces
path: tests/mbt/driver/traces
- retention-days: 2
+ retention-days: 6 # to not clog our cloud storage too much, we retain only for a few days
repo-analysis:
runs-on: ubuntu-latest