bladex_to_gitea

This commit is contained in:
F嘉阳
2025-11-24 20:57:07 +08:00
parent 66511432ed
commit 17ab86648a
2 changed files with 4 additions and 4 deletions

View File

@@ -5,15 +5,15 @@ on:
branches:
- master
paths:
- 'repos.yaml'
- '.gitea/workflows/*.yml'
- 'bladex_to_gitea.yaml'
- '.gitea/workflows/bladex_to_gitea_pipeline.yml'
workflow_dispatch:
schedule:
# 每凌晨1点执行
# 每凌晨1点执行
- cron: '0 1 * * 0'
env:
CONFIG_FILE: 'repos.yaml'
CONFIG_FILE: 'bladex_to_gitea.yaml'
jobs:
sync-repositories: