change link checker to run daily (#4601)

This commit is contained in:
Marko
2020-03-25 07:59:52 +01:00
committed by GitHub
parent 18d44a0186
commit 43f3276d6f

View File

@@ -1,5 +1,7 @@
name: Check Markdown links
on: push
on:
schedule:
- cron: '* */24 * * *'
jobs:
markdown-link-check:
runs-on: ubuntu-latest