From ca12e7a0d556669b8b690f7750ecc76ce5154cba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Ko=C5=88a=C5=99=C3=ADk?= Date: Wed, 27 Sep 2023 10:21:33 +0200 Subject: [PATCH] Delete .github/workflows/artifacts-cleanup.yml --- .github/workflows/artifacts-cleanup.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/artifacts-cleanup.yml diff --git a/.github/workflows/artifacts-cleanup.yml b/.github/workflows/artifacts-cleanup.yml deleted file mode 100644 index b897381..0000000 --- a/.github/workflows/artifacts-cleanup.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Artifacts cleanup -on: - workflow_dispatch: - schedule: - - cron: '0 1 * * *' # every night at 1 am UTC - -jobs: - delete-artifacts: - runs-on: ubuntu-latest - steps: - - uses: kolpav/purge-artifacts-action@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - expire-in: 0days