Explorar el Código

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

pull/1422/head
Jamie York hace 1 mes
padre
commit
ad42d7aa97
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      .github/workflows/ci.yml

+ 2
- 0
.github/workflows/ci.yml Ver fichero

@@ -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…
Cancelar
Guardar