浏览代码

Update link-check.yml

Mrxx99 1 年之前
父节点
当前提交
7fad6bc474
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      .github/workflows/link-check.yml

+ 3 - 1
.github/workflows/link-check.yml

@@ -4,8 +4,10 @@ name: link-check
 
 # Controls when the workflow will run
 on:
+  # runs every monday at 9 am
   schedule:
-    - cron: 0 0 * * 0 # once a week on sunday
+    - cron: "0 9 * * 1"
+    
   # Triggers the workflow on push or pull request events but only for the "master" branch
   #push:
   #  branches: [ "master" ]