From 86a72a416420a56f59ec19d9e0b243c63eae109d Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Mon, 8 Apr 2024 21:05:30 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Cleanup=20GitHub=20Release=20sec?= =?UTF-8?q?tion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/github-cleanup.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/github-cleanup.yml b/.github/workflows/github-cleanup.yml index 4df49e9..df7e34f 100644 --- a/.github/workflows/github-cleanup.yml +++ b/.github/workflows/github-cleanup.yml @@ -6,6 +6,8 @@ on: GH_TOKEN: required: true workflow_dispatch: + schedule: + - cron: '0 * * * *' jobs: cleanup: