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: