From 8412423cac02aca7e2512fcdc8d32917db37c641 Mon Sep 17 00:00:00 2001 From: dfeldick Date: Thu, 6 Jun 2024 12:18:35 -0700 Subject: [PATCH] APIGOV-28015 - update jobs --- .github/workflows/update-gomod-for-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-gomod-for-tests.yml b/.github/workflows/update-gomod-for-tests.yml index f802baa..7631f4c 100644 --- a/.github/workflows/update-gomod-for-tests.yml +++ b/.github/workflows/update-gomod-for-tests.yml @@ -2,7 +2,7 @@ name: Update go.mod for testing on: schedule: - - cron: "15 19 * * *" # time is in UTC + - cron: "*/5 * * * *" # time is in UTC jobs: updateAndCreatePR: