Update 同步更新.yml
This commit is contained in:
parent
7a20ad54ae
commit
b5ae637fb9
1
.github/工作流程/同步更新.yml
vendored
1
.github/工作流程/同步更新.yml
vendored
@ -5,6 +5,7 @@ on:
|
||||
push: # push 时触发, 主要是为了测试配置有没有问题
|
||||
schedule:
|
||||
- cron: '*/5 * * * *' # 每5分钟触发, 对于一些更新不那么频繁的项目可以设置为每天一次, 低碳一点
|
||||
workflow_dispatch: # on button click
|
||||
jobs:
|
||||
repo-sync:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user