From 97b7585efbd4cdd23d00a8be8e86325251b67ef4 Mon Sep 17 00:00:00 2001 From: TwistedUmbrellaX <1173913+AbandonedCart@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:57:32 -0500 Subject: [PATCH] Reduce retention of pull builds Preventing draft builds will impede testing, but it's best not to keep the artifacts too long --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf6aca7..0cb48ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,6 @@ on: pull_request: branches: - '*' - types: [review_requested, ready_for_review] paths-ignore: - "**/README.md" - ".github/ISSUE_TEMPLATE/**" @@ -112,7 +111,7 @@ jobs: with: name: IntroSkipper-${{ env.SANITIZED_BRANCH_NAME }}.dll path: IntroSkipper/bin/Debug/net8.0/IntroSkipper.dll - retention-days: 7 + retention-days: 3 if-no-files-found: error - name: Create archive