浏览代码

CI: add_script: make more frequent

practice shows a long enough delay that contributors step in
pull/3395/head
Ivan Pozdeev 5 个月前
父节点
当前提交
5447f1f859
找不到此签名对应的密钥 GPG 密钥 ID: FB6A628DCF06DCD7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .github/workflows/add_version.yml

+ 1
- 1
.github/workflows/add_version.yml 查看文件

@ -4,7 +4,7 @@ on:
workflow_dispatch: {}
schedule:
# Every N hours
- cron: '0 */8 * * *'
- cron: '0 */4 * * *'
permissions:
contents: write

正在加载...
取消
保存