调整名称

This commit is contained in:
2025-12-24 10:23:46 +08:00
parent 66511432ed
commit 166223ef3f
2 changed files with 4 additions and 4 deletions

View File

@@ -1,19 +1,19 @@
name: 仓库同步流水线
name: BladeX仓库同步流水线
on:
push:
branches:
- master
paths:
- 'repos.yaml'
- '.gitea/workflows/*.yml'
- 'bladex_repos.yaml'
- '.gitea/workflows/bladex-repo-sync.yml'
workflow_dispatch:
schedule:
# 每天凌晨1点执行
- cron: '0 1 * * 0'
env:
CONFIG_FILE: 'repos.yaml'
CONFIG_FILE: 'bladex_repos.yaml'
jobs:
sync-repositories: