From 21b05626e9a173a923122f5c7433e6780e35071c Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Sun, 1 Aug 2021 12:06:10 +0200 Subject: [PATCH] set retention days for GitHub Artifacts --- .github/workflows/all-tasks.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/all-tasks.yml b/.github/workflows/all-tasks.yml index 25558ee..c8afd4e 100644 --- a/.github/workflows/all-tasks.yml +++ b/.github/workflows/all-tasks.yml @@ -21,6 +21,7 @@ jobs: with: name: ${{ github.job }} path: ${{ github.job }} + retention-days: 5 - name: commit and push if output changed # has nothing to do currently because of .gitignore run: |- git config user.name "Automated" @@ -47,6 +48,7 @@ jobs: with: name: ${{ github.job }} path: ${{ github.job }} + retention-days: 5 - name: commit and push if output changed # has nothing to do currently because of .gitignore run: |- git config user.name "Automated" @@ -73,6 +75,7 @@ jobs: with: name: ${{ github.job }} path: ${{ github.job }} + retention-days: 5 - name: commit and push if output changed # has nothing to do currently because of .gitignore run: |- git config user.name "Automated"