From 5f6dc5488f67e0c0f8927e8f4a1563d52ba4db7a Mon Sep 17 00:00:00 2001 From: dfeldick Date: Wed, 12 Jun 2024 12:45:20 -0700 Subject: [PATCH] APIGOV-28116 - put schedule back --- .github/workflows/update-gomod-for-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update-gomod-for-tests.yml b/.github/workflows/update-gomod-for-tests.yml index 1887e51..af64b4b 100644 --- a/.github/workflows/update-gomod-for-tests.yml +++ b/.github/workflows/update-gomod-for-tests.yml @@ -2,8 +2,7 @@ name: Update go.mod for testing on: schedule: - # - cron: "0 4 * * *" # time is in UTC - - cron: "*/10 * * * *" # time is in UTC + - cron: "0 4 * * *" # time is in UTC jobs: updateAndCreatePR: