From 05932b3923f0d02961474cc86543c9a02d4660b7 Mon Sep 17 00:00:00 2001 From: Haritha <73516759+HarithaVattikuti@users.noreply.github.com> Date: Tue, 5 Aug 2025 13:35:12 -0500 Subject: [PATCH] Change schedule (#215) --- .github/workflows/get-node-versions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/get-node-versions.yml b/.github/workflows/get-node-versions.yml index 19badd4..8bd65e8 100644 --- a/.github/workflows/get-node-versions.yml +++ b/.github/workflows/get-node-versions.yml @@ -1,7 +1,7 @@ name: Get Node versions on: schedule: - - cron: '0 3,15 * * *' + - cron: '0 0,12 * * *' workflow_dispatch: jobs: @@ -10,4 +10,4 @@ jobs: with: tool-name: "Node" image-url: "https://nodejs.org/static/images/logo-hexagon-card.png" - secrets: inherit \ No newline at end of file + secrets: inherit