diff options
author | Alexandre Flament <alex@al-f.net> | 2022-06-02 21:18:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-02 21:18:58 +0200 |
commit | 52d3d2fb421656b4b6c28e1b41216f761692183a (patch) | |
tree | c2df9988348e6440a79c53f8e1dbfdd9dbb1bfe6 /.github/workflows | |
parent | 96dc4369d535dc20178a3e7df793c8f2427d2c79 (diff) | |
download | searxng-52d3d2fb421656b4b6c28e1b41216f761692183a.tar.gz searxng-52d3d2fb421656b4b6c28e1b41216f761692183a.zip |
data-update.yml: updated on the 28th of the month
Administrators of public instances are incentivised to update their instances on the 1st of the month.
With this commit, the data are up to date by the 1st of the next month.
Diffstat (limited to '.github/workflows')
-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 439f75b4a..5fe4ab7d2 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 1 * *" + - cron: "05 06 28 * *" workflow_dispatch: jobs: |