From cd106eb777a5258d0dc1b8e94eafb33f7df4757d Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Sun, 18 Apr 2021 21:10:50 +0200 Subject: [PATCH] Set cleanup from 7 to 30 days --- .github/workflows/nightly_cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly_cleanup.yml b/.github/workflows/nightly_cleanup.yml index 64396c7f..51d9657c 100644 --- a/.github/workflows/nightly_cleanup.yml +++ b/.github/workflows/nightly_cleanup.yml @@ -10,4 +10,4 @@ jobs: - uses: kolpav/purge-artifacts-action@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - expire-in: 7days # Set this to 0 to delete all artifacts + expire-in: 30days # Set this to 0 to delete all artifacts