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