Reduce retention of pull builds

Preventing draft builds will impede testing, but it's best not to keep the artifacts too long
This commit is contained in:
TwistedUmbrellaX 2024-11-04 18:57:32 -05:00 committed by GitHub
parent 9e2bbd0c0f
commit 97b7585efb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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