From d145a4041e8ff4f023af29fa9f9a111e7a206401 Mon Sep 17 00:00:00 2001 From: Prashant Ghimire Date: Sun, 24 Mar 2024 18:15:44 -0500 Subject: [PATCH] update schedule --- .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 0d3a5da..1ff1e1d 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -5,7 +5,7 @@ name: Node.js CI on: schedule: - - cron: '*/5 * * * *' + - cron: '0 14 * * *' push: branches: [ "main" ] pull_request: