From ae2f4e671268f52d8013d78faa2ce74b99e32bd2 Mon Sep 17 00:00:00 2001 From: Keepers Date: Mon, 3 Oct 2022 16:49:05 -0600 Subject: [PATCH] Issue 902 frequency (#1026) ## Type of change - [x] :bug: Bugfix --- .github/workflows/load_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/load_test.yml b/.github/workflows/load_test.yml index ee1c257fe..b42ad2677 100644 --- a/.github/workflows/load_test.yml +++ b/.github/workflows/load_test.yml @@ -4,7 +4,7 @@ on: # every day at 01:59 (01:59am) UTC # - cron: "59 1 * * *" # temp, for testing: every 3 hours - 0 */3 * * * + - cron: "0 */3 * * *" permissions: # required to retrieve AWS credentials