From 1f9c61c470cc6559eeaace9fbe1e0b5405a7385f Mon Sep 17 00:00:00 2001 From: Userdocs <16525024+userdocs@users.noreply.github.com> Date: Fri, 22 Dec 2023 07:46:22 +0000 Subject: [PATCH] Update check_new_release.yml --- .github/workflows/check_new_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_new_release.yml b/.github/workflows/check_new_release.yml index be96eed..a21d8ec 100644 --- a/.github/workflows/check_new_release.yml +++ b/.github/workflows/check_new_release.yml @@ -14,7 +14,7 @@ on: type: choice options: ["1", "2", "3", "4", "5", "6", "7", "8", "9"] schedule: - - cron: "*/15 * * * *" + - cron: "0 */3 * * *" permissions: actions: write