Add cron in the workflow

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-04-01 15:47:52 +05:30
parent 3196e5acb5
commit 52712f56b0
3 changed files with 33 additions and 7 deletions

View file

@ -6,6 +6,8 @@ on:
pull_request:
paths:
-'**.md'
schedule:
- cron: '0 0 * * *' # every day at midnight
jobs:
markdown-link-check: