浏览代码

CI: no-response: fix

pull/3440/head
Ivan Pozdeev 2 个月前
父节点
当前提交
36f37e96ea
找不到此签名对应的密钥 GPG 密钥 ID: FB6A628DCF06DCD7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .github/workflows/no-response.yml

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

@ -7,7 +7,7 @@ on:
types: [created]
schedule:
# Schedule for ten minutes after the hour, every 2 hours
- cron: '10 /2 * * *'
- cron: '10 */2 * * *'
permissions: {}
jobs:

正在加载...
取消
保存