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: branches:
- master - master
paths: paths:
- 'repos.yaml' - 'bladex_to_gitea.yaml'
- '.gitea/workflows/*.yml' - '.gitea/workflows/bladex_to_gitea_pipeline.yml'
workflow_dispatch: workflow_dispatch:
schedule: schedule:
# 每凌晨1点执行 # 每凌晨1点执行
- cron: '0 1 * * 0' - cron: '0 1 * * 0'
env: env:
CONFIG_FILE: 'repos.yaml' CONFIG_FILE: 'bladex_to_gitea.yaml'
jobs: jobs:
sync-repositories: sync-repositories: