From ab7194429f98e914ce5ad8a2e82d02f0825aa95b Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Mon, 22 Apr 2024 08:48:16 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Updated=20cron=20timings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-release.yml | 2 +- .github/workflows/github-cleanup.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 4561c8a..85c8990 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -17,7 +17,7 @@ on: type: boolean default: true schedule: - - cron: '*/15 * * * *' + - cron: '0 * * * *' jobs: release-check: permissions: write-all diff --git a/.github/workflows/github-cleanup.yml b/.github/workflows/github-cleanup.yml index df7e34f..d578562 100644 --- a/.github/workflows/github-cleanup.yml +++ b/.github/workflows/github-cleanup.yml @@ -7,7 +7,7 @@ on: required: true workflow_dispatch: schedule: - - cron: '0 * * * *' + - cron: '0 */2 * * *' jobs: cleanup: