浏览代码

Add weekly link check schedule (Mondays 09:00 UTC)

pull/1420/head
Jamie York 4 周前
父节点
当前提交
47489e7b76
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      .github/workflows/ci.yml

+ 2
- 0
.github/workflows/ci.yml 查看文件

@@ -7,6 +7,8 @@ on:
7 7
   pull_request:
8 8
     branches:
9 9
       - master
10
+  schedule:
11
+    - cron: '0 9 * * 1'
10 12
 
11 13
 jobs:
12 14
   linkcheck:

正在加载...
取消
保存