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