优化镜像仓库同步功能 (#5006)

This commit is contained in:
Glavo
2025-12-19 16:47:12 +08:00
committed by GitHub
parent f77f005f88
commit c4d4c6fcf3
2 changed files with 13 additions and 8 deletions

View File

@@ -2,9 +2,12 @@ name: Mirror Repository
on:
workflow_dispatch:
workflow_call:
push:
concurrency:
group: mirror-repository
cancel-in-progress: true
jobs:
mirror:
strategy: