From b73e9f866860b4d9080aaebf4087c6fc0673fd90 Mon Sep 17 00:00:00 2001 From: domilulu Date: Fri, 22 May 2026 09:27:14 +0200 Subject: [PATCH] chore: set artifact retention to 1d --- .github/workflows/release_and_push_s3.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release_and_push_s3.yml b/.github/workflows/release_and_push_s3.yml index a1fc94b..f29e03a 100644 --- a/.github/workflows/release_and_push_s3.yml +++ b/.github/workflows/release_and_push_s3.yml @@ -76,6 +76,7 @@ jobs: with: name: drill-frontend-${{ matrix.env.name }} path: drill-frontend-${{ matrix.env.name }}.zip + retention-days: 1 # ---------------------------------------------------------- # Scan and push latest to dev on PR merge