From e09ec4720ef07e62223e20fb42e45acd2ea58eae Mon Sep 17 00:00:00 2001 From: Matt Jones Date: Wed, 7 Apr 2021 08:59:21 -0400 Subject: [PATCH] Run the updater every 4 hours Co-authored-by: Kim Lindberger --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6ac5b71c..b8480eefa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: Update emacs-overlay on: schedule: - - cron: '0 0 * * *' + - cron: '0 */4 * * *' workflow_dispatch: jobs: