From d3d9aedc521297a7d80ca24f2f879cd8cb0b4acc Mon Sep 17 00:00:00 2001 From: Haritha <73516759+HarithaVattikuti@users.noreply.github.com> Date: Tue, 5 Aug 2025 13:36:18 -0500 Subject: [PATCH] Changed schedule (#119) --- .github/workflows/get-go-versions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/get-go-versions.yml b/.github/workflows/get-go-versions.yml index f404765..47e330e 100644 --- a/.github/workflows/get-go-versions.yml +++ b/.github/workflows/get-go-versions.yml @@ -1,7 +1,7 @@ name: Get Go versions on: schedule: - - cron: '0 3,15 * * *' + - cron: '0 0,12 * * *' workflow_dispatch: jobs: @@ -10,4 +10,4 @@ jobs: with: tool-name: "Go" image-url: "https://go.dev/images/gopher-footer.jpg" - secrets: inherit \ No newline at end of file + secrets: inherit