From e07d1180e778488e9619260c05911b27a011b82f Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 25 Jan 2024 10:47:16 +0900 Subject: [PATCH] Increase frequency of scheduled job https://github.com/taiki-e/install-action/issues/348 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b51689e..c98819c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: - main - dev schedule: - - cron: '0 0,6,12,18 * * *' + - cron: '0 0,3,6,9,12,15,18,21 * * *' workflow_dispatch: env: