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."