From fdf46054e2a0369a1c5977bb1154107e6ae1fa1c Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 1 Apr 2023 17:37:52 +0000 Subject: [PATCH] ci: limit artifact retention time for libdeltachat.a to 1 day These artifacts are only needed to be downloaded by the python test job immediately after building. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9da28ae81..893c8b195 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,6 +113,7 @@ jobs: with: name: ${{ matrix.os }}-${{matrix.rust}}-libdeltachat.a path: target/debug/libdeltachat.a + retention-days: 1 python_lint: name: Python lint