mirror of
https://github.com/MrUnknownDE/utools.git
synced 2026-04-06 00:32:04 +02:00
change to monthly updates
This commit is contained in:
5
.github/workflows/maxmind-update.yml
vendored
5
.github/workflows/maxmind-update.yml
vendored
@@ -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."
|
||||
run: echo "Skipping commit as no database files were updated."
|
||||
|
||||
Reference in New Issue
Block a user