Workflows: Ensure Geodat exists (#4680)

This commit is contained in:
Meow 2025-05-09 03:44:54 +08:00 committed by GitHub
parent 0d0fe7ef7a
commit f0dfbc2e66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 108 additions and 2 deletions

View file

@ -1,6 +1,6 @@
name: Scheduled assets update
# NOTE: This Github Actions is required by other actions, for preparing other packaging assets in a
# NOTE: This Github Actions is required by other actions, for preparing other packaging assets in a
# routine manner, for example: GeoIP/GeoSite.
# Currently updating:
# - Geodat (GeoIP/Geosite)
@ -9,7 +9,7 @@ on:
workflow_dispatch:
schedule:
# Update GeoData on every day (22:30 UTC)
- cron: '30 22 * * *'
- cron: "30 22 * * *"
push:
# Prevent triggering update request storm
paths: