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"