瀏覽代碼

CI: no-response: fix

pull/3440/head
Ivan Pozdeev 2 月之前
父節點
當前提交
36f37e96ea
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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:

Loading…
取消
儲存