From f201750c30a4becc95df18e6b1215f77f5e4d946 Mon Sep 17 00:00:00 2001 From: Pete Bentley Date: Wed, 11 Sep 2024 12:44:12 +0100 Subject: [PATCH] Add retention. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c84d4c2d9..0ca6cde85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,7 @@ jobs: with: name: boringssl-source path: ${{ runner.temp }}/boringssl + retention-days: 1 build: needs: boringssl_clone