From 6f2d5c651995d1b8004186f101139242b013d5fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20D=C3=ADaz=20M=C3=A1s?= Date: Thu, 27 Jan 2022 19:22:08 +0100 Subject: [PATCH] Reduce retention days to 7 I did this change because I saw the following warning on the Github Actions page: "Retention days is greater than the max value allowed by the repository setting, reduce retention to 7 days" --- .github/workflows/on_PR_linux_special_builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_PR_linux_special_builds.yml b/.github/workflows/on_PR_linux_special_builds.yml index 39bd5cb9..975c319a 100644 --- a/.github/workflows/on_PR_linux_special_builds.yml +++ b/.github/workflows/on_PR_linux_special_builds.yml @@ -260,6 +260,6 @@ jobs: with: name: static_analysis path: build/pvsReportHtml - retention-days: 30 + retention-days: 7