Skip to content

Commit

Permalink
Add cron job schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
zhannaklimanova committed Aug 18, 2023
1 parent 26c191e commit 32fdc06
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/broken-link-checker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Check for Broken Links

on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '*/5 * * * *'

jobs:
build_and_check:
Expand Down

0 comments on commit 32fdc06

Please sign in to comment.