浏览代码
CI: no-response: half the frequency
getting "no runner found" errors
pull/3440/head
Ivan Pozdeev
2 个月前
找不到此签名对应的密钥
GPG 密钥 ID: FB6A628DCF06DCD7
共有
1 个文件被更改,包括
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: |
|
|
|
|