]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Sets the retention days for all uploaded artifacts to be 7 days after upload
authorTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Sun, 18 Jun 2023 16:40:14 +0000 (09:40 -0700)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Sun, 18 Jun 2023 17:08:36 +0000 (10:08 -0700)
.github/workflows/ci.yml

index 9305c5154cf112472798f4f0e005a6f9b6e04121..34375399e5073330d533f65f1a8ef01a5a8d989b 100644 (file)
@@ -77,6 +77,7 @@ jobs:
         with:
           name: documentation
           path: site/
+          retention-days: 7
 
   documentation-deploy:
     name: "Deploy Documentation"
@@ -208,6 +209,7 @@ jobs:
         with:
           name: jest-coverage-report
           path: src-ui/coverage
+          retention-days: 7
       -
         name: Upload frontend coverage to Codecov
         if: always()
@@ -227,6 +229,7 @@ jobs:
         with:
           name: playwright-report
           path: src-ui/playwright-report
+          retention-days: 7
 
   build-docker-image:
     name: Build Docker image for ${{ github.ref_name }}
@@ -347,6 +350,7 @@ jobs:
         with:
           name: frontend-compiled
           path: src/documents/static/frontend/
+          retention-days: 7
 
   build-release:
     needs:
@@ -455,6 +459,7 @@ jobs:
         with:
           name: release
           path: dist/paperless-ngx.tar.xz
+          retention-days: 7
 
   publish-release:
     runs-on: ubuntu-22.04