소스 검색

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:

Loading…
취소
저장