Add cron in the workflow and workaround to fix buildah issue #3120 (#47)

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
Divyanshu Agrawal 2021-04-02 00:15:50 +05:30 committed by GitHub
parent 3196e5acb5
commit 8fe53efc79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: