From 08b1459b58ecd7ab49d0bf435d3bdc291a892384 Mon Sep 17 00:00:00 2001 From: Niels Date: Tue, 18 Jun 2024 09:56:35 +0200 Subject: [PATCH] chore: set retention days of composer artifacts to 1 --- .github/workflows/deploy-to-do.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-to-do.yml b/.github/workflows/deploy-to-do.yml index e0d027b..d3d45c8 100644 --- a/.github/workflows/deploy-to-do.yml +++ b/.github/workflows/deploy-to-do.yml @@ -71,6 +71,7 @@ jobs: with: name: vendor path: ./cms/vendor + retention-days: 1 build-cms: needs: install-composer-dependencies