Skip to content

fix: add event filter to prevent cg status from being reconciled indefinitely #836

fix: add event filter to prevent cg status from being reconciled indefinitely

fix: add event filter to prevent cg status from being reconciled indefinitely #836

Workflow file for this run

name: Check links
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
check-links:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: lycheeverse/lychee-action@v1.10.0
with:
args: >-
-v -n "*.md" "**/*.md" "**/*.mdx"
--exclude "http://localhost*"
--exclude "^https://logs-prod.*"
--exclude ".*your-account.*"
--exclude ".*qryn.local.*"
fail: true