From 7cafbefdef76da9bd95856dfb4d9423cde992b2e Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Thu, 16 Feb 2023 01:04:39 -0800 Subject: [PATCH] ci: Reduce production suite tarball retention from 14 days to 1. Signed-off-by: Anders Kaseorg --- .github/workflows/production-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production-suite.yml b/.github/workflows/production-suite.yml index e4b246c3ff..05052b653a 100644 --- a/.github/workflows/production-suite.yml +++ b/.github/workflows/production-suite.yml @@ -102,7 +102,7 @@ jobs: with: name: production-tarball path: /tmp/production-build - retention-days: 14 + retention-days: 1 - name: Generate failure report string id: failure_report_string