From 95601e8cfdd8211a6dff179bfdd315d5db415ab6 Mon Sep 17 00:00:00 2001 From: Haritha <73516759+HarithaVattikuti@users.noreply.github.com> Date: Tue, 5 Aug 2025 13:37:26 -0500 Subject: [PATCH] changed schedule (#348) --- .github/workflows/get-python-versions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/get-python-versions.yml b/.github/workflows/get-python-versions.yml index ebef7d2..a8dc033 100644 --- a/.github/workflows/get-python-versions.yml +++ b/.github/workflows/get-python-versions.yml @@ -1,7 +1,7 @@ name: Get Python versions on: schedule: - - cron: '0 3,15 * * *' + - cron: '0 0,12 * * *' workflow_dispatch: jobs: @@ -10,4 +10,4 @@ jobs: with: tool-name: "Python" image-url: "https://avatars.githubusercontent.com/u/1525981?s=200&v=4" - secrets: inherit \ No newline at end of file + secrets: inherit