From 44fd71d75a87a190f9b96156cf2c93d267f37740 Mon Sep 17 00:00:00 2001 From: Zwart Date: Wed, 7 Feb 2024 14:12:31 -0800 Subject: [PATCH] updating in submission processing to be every 3 days --- .github/workflows/submissions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/submissions.yaml b/.github/workflows/submissions.yaml index 488f60284d..659484af44 100644 --- a/.github/workflows/submissions.yaml +++ b/.github/workflows/submissions.yaml @@ -2,7 +2,7 @@ # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: schedule: - - cron: '0 */2 * * *' + - cron: '0 0 */3 * *' workflow_dispatch: