diff options
author | Alexandre Flament <alex@al-f.net> | 2022-06-27 15:01:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-27 15:01:23 +0200 |
commit | e5cc3e36ad5d075bef119aaa5994535a46633397 (patch) | |
tree | d5d3bc06f1cdef9625c4dcb26fcfff519e05cec8 /.github | |
parent | 4bedd7465c278bdb760160dc324ba2c989d26e77 (diff) | |
download | searxng-e5cc3e36ad5d075bef119aaa5994535a46633397.tar.gz searxng-e5cc3e36ad5d075bef119aaa5994535a46633397.zip |
Update data-update.yml
See #1271
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 5fe4ab7d2..fba56f120 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 06 28 * *" + - cron: "59 23 28 * *" workflow_dispatch: jobs: |