mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 18:09:04 +00:00
Add cron in the workflow
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
3196e5acb5
commit
52712f56b0
3 changed files with 33 additions and 7 deletions
2
.github/workflows/link_check.yml
vendored
2
.github/workflows/link_check.yml
vendored
|
@ -6,6 +6,8 @@ on:
|
|||
pull_request:
|
||||
paths:
|
||||
-'**.md'
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # every day at midnight
|
||||
|
||||
jobs:
|
||||
markdown-link-check:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue