From c8275b03b4040284f84c19b4c7bd14fbba4e73dd Mon Sep 17 00:00:00 2001 From: shanmite <51821703+shanmite@users.noreply.github.com> Date: Tue, 1 Dec 2020 10:20:07 +0800 Subject: [PATCH] change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 每两个小时运行一次 --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 2af02b0..8fb7342 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -4,7 +4,7 @@ on: branches: - main schedule: - - cron: '0 */4 * * *' + - cron: '0 */2 * * *' jobs: lottery: runs-on: ubuntu-latest