about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorMatt Jones <matt-biz@mhjones.org>2021-04-07 08:59:21 -0400
committerGitHub <noreply@github.com>2021-04-07 08:59:21 -0400
commite09ec4720ef07e62223e20fb42e45acd2ea58eae (patch)
treea4325d5654b8142e6bf0d7dd46db21e3054f7286 /.github
parent1ab10772cc742822b5df6a4b71e45b775045f848 (diff)
downloadnixlib-e09ec4720ef07e62223e20fb42e45acd2ea58eae.tar
nixlib-e09ec4720ef07e62223e20fb42e45acd2ea58eae.tar.gz
nixlib-e09ec4720ef07e62223e20fb42e45acd2ea58eae.tar.bz2
nixlib-e09ec4720ef07e62223e20fb42e45acd2ea58eae.tar.lz
nixlib-e09ec4720ef07e62223e20fb42e45acd2ea58eae.tar.xz
nixlib-e09ec4720ef07e62223e20fb42e45acd2ea58eae.tar.zst
nixlib-e09ec4720ef07e62223e20fb42e45acd2ea58eae.zip
Run the updater every 4 hours
Co-authored-by: Kim Lindberger <kim.lindberger@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c6ac5b71c9e6..b8480eefa605 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: