mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-08 23:12:18 -04:00
ci: don't check cilium links
This commit is contained in:
parent
ee47177029
commit
9b89e5cf10
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check-links.yml
vendored
2
.github/workflows/check-links.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
- name: Link Checker
|
- name: Link Checker
|
||||||
uses: lycheeverse/lychee-action@4dcb8bee2a0a4531cba1a1f392c54e8375d6dd81 # v1.5.4
|
uses: lycheeverse/lychee-action@4dcb8bee2a0a4531cba1a1f392c54e8375d6dd81 # v1.5.4
|
||||||
with:
|
with:
|
||||||
args: "--verbose --no-progress --max-concurrency 5 './**/*.md' './**/*.html'"
|
args: "--verbose --no-progress --max-concurrency 5 --exclude-path './cli/internal/helm/charts/cilium' './**/*.md' './**/*.html'"
|
||||||
fail: true
|
fail: true
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue