Skip to content

Commit

Permalink
link validator CI failing
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Dec 9, 2024
1 parent 26a0ae1 commit 74fc6f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/link-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Link Validator

on:
workflow_dispatch:
pull_request:
schedule:
- cron: '0 6 * * 1'

Expand Down
1 change: 1 addition & 0 deletions scripts/link-validator.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ site-link-validator {
ignore-files = [
# This file is generated, we can't do much about the invalid links here
"license-report.html"
"../../../../docs/target/site/docs/pekko-connectors/snapshot/license-report.html"
]

ignore-prefixes = [
Expand Down

0 comments on commit 74fc6f1

Please sign in to comment.