调整名称
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user