change to monthly updates

This commit is contained in:
2025-12-03 20:56:13 +01:00
committed by GitHub
parent b74dcbff38
commit f7fad027db

View File

@@ -3,8 +3,7 @@ name: Update MaxMind GeoLite2 DBs
on: on:
workflow_dispatch: # Ermöglicht manuelles Starten workflow_dispatch: # Ermöglicht manuelles Starten
schedule: schedule:
# Läuft jeden Dienstag um 05:00 UTC (anpassbar) - cron: '0 0 1 * *'
- cron: '0 5 * * 2'
jobs: jobs:
update-db: update-db:
@@ -90,4 +89,4 @@ jobs:
- name: No changes to commit - name: No changes to commit
if: steps.check_changes.outputs.changed == 'false' if: steps.check_changes.outputs.changed == 'false'
run: echo "Skipping commit as no database files were updated." run: echo "Skipping commit as no database files were updated."