mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2026-01-27 15:02:07 -08:00
Run the updater every 4 hours
Co-authored-by: Kim Lindberger <kim.lindberger@gmail.com>
This commit is contained in:
parent
1ab10772cc
commit
e09ec4720e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Update emacs-overlay
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: '0 */4 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue