From 7310bd180e8cf754be2162fe257ee26657dd5d5e Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sat, 20 Apr 2024 17:30:09 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Run=20every=2015=20min?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 5ec42fc..68fad71 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -17,7 +17,7 @@ on: type: boolean default: true schedule: - - cron: '0 * * * *' + - cron: '*/15 * * * *' jobs: release-check: permissions: write-all