From 52d3d2fb421656b4b6c28e1b41216f761692183a Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Thu, 2 Jun 2022 21:18:58 +0200 Subject: [PATCH] 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. --- .github/workflows/data-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: