浏览代码

CI: no-response: half the frequency

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

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

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

正在加载...
取消
保存