Update and rename .github/workflows/main.yml to .github/工作流程/main.yml
This commit is contained in:
parent
845b7a714b
commit
53729d159f
@ -4,7 +4,7 @@ name: Sync Fork
|
|||||||
on:
|
on:
|
||||||
push: # push 时触发, 主要是为了测试配置有没有问题
|
push: # push 时触发, 主要是为了测试配置有没有问题
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '*/5 * * *' # 每5分钟触发, 对于一些更新不那么频繁的项目可以设置为每天一次, 低碳一点
|
- cron: '*/5 * * * *' # 每5分钟触发, 对于一些更新不那么频繁的项目可以设置为每天一次, 低碳一点
|
||||||
jobs:
|
jobs:
|
||||||
repo-sync:
|
repo-sync:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
Loading…
x
Reference in New Issue
Block a user