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:
parent
9e2bbd0c0f
commit
97b7585efb
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -13,7 +13,6 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- '*'
|
||||||
types: [review_requested, ready_for_review]
|
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "**/README.md"
|
- "**/README.md"
|
||||||
- ".github/ISSUE_TEMPLATE/**"
|
- ".github/ISSUE_TEMPLATE/**"
|
||||||
@ -112,7 +111,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: IntroSkipper-${{ env.SANITIZED_BRANCH_NAME }}.dll
|
name: IntroSkipper-${{ env.SANITIZED_BRANCH_NAME }}.dll
|
||||||
path: IntroSkipper/bin/Debug/net8.0/IntroSkipper.dll
|
path: IntroSkipper/bin/Debug/net8.0/IntroSkipper.dll
|
||||||
retention-days: 7
|
retention-days: 3
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Create archive
|
- name: Create archive
|
||||||
|
Loading…
x
Reference in New Issue
Block a user