From 1bf55c78e80c8468d6b893dd157ed18e767839bc Mon Sep 17 00:00:00 2001 From: Cole Miller Date: Mon, 17 Jul 2023 14:34:22 -0400 Subject: [PATCH] Temporarily reduce frequency of scheduled runs We have tracking issues for the known bugs that are regularly turned up at this point, so the hourly failures aren't giving us new information. We can increase the frequency again once (some of) those bugs are fixed. Signed-off-by: Cole Miller --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a8c3a37..df60991 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: push: pull_request: schedule: - - cron: '0 */1 * * *' + - cron: '@daily' workflow_dispatch: inputs: raft-repo: