diff --git a/.forgejo/workflows/update_community_index.yml b/.forgejo/workflows/daily_data_maintenance.yml similarity index 86% rename from .forgejo/workflows/update_community_index.yml rename to .forgejo/workflows/daily_data_maintenance.yml index 661e23d519..adbcbd94ac 100644 --- a/.forgejo/workflows/update_community_index.yml +++ b/.forgejo/workflows/daily_data_maintenance.yml @@ -3,7 +3,7 @@ on: branches-ignore: - build/* schedule: - - cron: "* * * * 1" + - cron: "0 2 * * *" jobs: deploy_on_hetzner_single: @@ -26,6 +26,7 @@ jobs: shell: bash run: | mkdir community-index - npm run download:community-index -- community-index/ + npm run download:community-index -- -- community-index/ zip community-index.zip community-index/* scp community-index.zip hetzner:data/ +