From 728df1491610a008c24bb23920ecd7cbbd7293eb Mon Sep 17 00:00:00 2001 From: dfeldick Date: Thu, 6 Jun 2024 11:58:12 -0700 Subject: [PATCH] APIGOV-28015 - test --- .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 098eedc..fe5246c 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: "0 22 * * *" # time is in UTC + - cron: "* * * * *" # time is in UTC jobs: updateAndCreatePR: