From 9c68ff4392c40a8f313e20505f970d1e5614aa86 Mon Sep 17 00:00:00 2001 From: FUJI Goro Date: Thu, 4 Jan 2024 10:11:35 +0900 Subject: [PATCH] run bot.yml on every 7 minutes --- .github/workflows/bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index 9a01aca..94af01d 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -3,7 +3,7 @@ name: "The Bots" on: # run it on every 7 minutes schedule: - - cron: "*/13 * * * *" + - cron: "*/7 * * * *" workflow_dispatch: env: