mirror of
https://github.com/baoweise-bot/aimili-vpngate.git
synced 2026-09-05 15:46:45 +08:00
fix: improve IP classification and source fallback
This commit is contained in:
@@ -7,9 +7,9 @@ on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
release_tag:
|
||||
description: Existing formal tag to publish, for example v2.1.1
|
||||
description: Existing formal tag to publish, for example v2.1.2
|
||||
required: true
|
||||
default: v2.1.1
|
||||
default: v2.1.2
|
||||
type: string
|
||||
|
||||
concurrency:
|
||||
|
||||
@@ -2,7 +2,8 @@ name: Update VPNGate mirror
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "*/15 * * * *"
|
||||
# Offset from quarter-hour peaks because GitHub may delay busy schedules.
|
||||
- cron: "7,22,37,52 * * * *"
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
Reference in New Issue
Block a user