From f7fad027dbc984e80b9152f62a323555d6446514 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 3 Dec 2025 20:56:13 +0100 Subject: [PATCH] change to monthly updates --- .github/workflows/maxmind-update.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maxmind-update.yml b/.github/workflows/maxmind-update.yml index 3745727..211362a 100644 --- a/.github/workflows/maxmind-update.yml +++ b/.github/workflows/maxmind-update.yml @@ -3,8 +3,7 @@ name: Update MaxMind GeoLite2 DBs on: workflow_dispatch: # Ermöglicht manuelles Starten schedule: - # Läuft jeden Dienstag um 05:00 UTC (anpassbar) - - cron: '0 5 * * 2' + - cron: '0 0 1 * *' jobs: update-db: @@ -90,4 +89,4 @@ jobs: - name: No changes to commit if: steps.check_changes.outputs.changed == 'false' - run: echo "Skipping commit as no database files were updated." \ No newline at end of file + run: echo "Skipping commit as no database files were updated."