Skip to content

Commit

Permalink
Add external links to ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-seqera committed Aug 15, 2024
1 parent 3361159 commit 614945a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: Links
# https://github.com/lycheeverse/lychee-action

on:
repository_dispatch:
workflow_dispatch:
pull_request:
branches: [ master ]
#repository_dispatch:
#workflow_dispatch:
# Run on Sunday only
schedule:
- cron: "00 18 * * 6"
Expand Down
10 changes: 7 additions & 3 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
scheme = ["https", "http"]
exclude = [
'^https://portal.azure.com/',
'^https://gitlab.com/profile/personal_access_tokens'
'^https://gitlab.com/profile/personal_access_tokens',
'^https://my.bitbucketserver.com/path/to/pipeline/repo',
'^https://github.com/organizations/',
'^https://api.tower.nf/ephemeral/example.json',
'^https://api.cloud.seqera.io/workflow/launch'
]
exclude_path = [
"^.+/README.mdx",
"^.+/_todo.mdx"
"README.mdx",
"_todo.mdx"
]

0 comments on commit 614945a

Please sign in to comment.