From fbcb65f5490d421de0467b5052991f1b5b0d22e8 Mon Sep 17 00:00:00 2001 From: zhuzichu Date: Fri, 7 Jul 2023 09:04:43 +0800 Subject: [PATCH] update --- .github/workflows/remove-old-artifacts.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/remove-old-artifacts.yml diff --git a/.github/workflows/remove-old-artifacts.yml b/.github/workflows/remove-old-artifacts.yml deleted file mode 100644 index bc85cf58..00000000 --- a/.github/workflows/remove-old-artifacts.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: 'Delete old artifacts' -on: - schedule: - - cron: '0 * * * *' # every hour - -jobs: - delete-artifacts: - runs-on: ubuntu-latest - steps: - - uses: kolpav/purge-artifacts-action@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - expire-in: 7days # Setting this to 0 will delete all artifacts \ No newline at end of file