Skip to content

Commit

Permalink
Run link checker GitHub action on schedule. (#1221)
Browse files Browse the repository at this point in the history
Most PRs do not add/update links, however sites go down often. This change makes sure that we catch any broken link in the repository and fix it, but at the same time we do not want to block PRs because of some unrelated broken links.

This PR updates the workflow to run everyday at midnight UTC.

Signed-off-by: Rabi Panda <[email protected]>
  • Loading branch information
adnapibar authored Sep 8, 2021
1 parent 7e440af commit 3870522
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Link Checker
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

schedule:
- cron: '0 0 * * *'
jobs:
linkchecker:

Expand Down

0 comments on commit 3870522

Please sign in to comment.