diff options
author | Alexandre Flament <alex@al-f.net> | 2021-02-12 17:19:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 17:19:44 +0100 |
commit | aef116163357b8074beedc2a37ab0c213628115c (patch) | |
tree | 8f1f76886afd5c531334fef147518435eb21b28a /.github | |
parent | 45027765e35ad8704b2ed034c3d7460a2a28b827 (diff) | |
download | searxng-aef116163357b8074beedc2a37ab0c213628115c.tar.gz searxng-aef116163357b8074beedc2a37ab0c213628115c.zip |
data-update.yml: run on Friday, 16:05 UTC
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/data-update.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml index b8218a47d..299550ef2 100644 --- a/.github/workflows/data-update.yml +++ b/.github/workflows/data-update.yml @@ -1,7 +1,7 @@ name: "Update searx.data" on: schedule: - - cron: "05 15 * * 5" + - cron: "05 16 * * 5" jobs: updateData: |