From 3018c9a017029fe8791a3057376f450765b6835c Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Mon, 22 Mar 2021 18:29:21 -0400 Subject: [PATCH] Lower scheduled jobs frequency (#593) Signed-off-by: Christophe Bedard --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fe232ec1a..3ada86b6a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,8 +6,8 @@ on: - master - "releases/*" schedule: - # Run the CI automatically every hour to look for flakyness. - - cron: "0 * * * *" + # Run the CI automatically twice per day to look for flakyness. + - cron: "0 */12 * * *" defaults: run: