From 683ed0d943c3c3e9d6a25e64829eae7e7bc2b2bb Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Thu, 7 Nov 2024 21:55:34 -0700 Subject: [PATCH] chore(GHA): Making the Linkinator STEP non-blocking, rather than the JOB. (#30847) --- .github/workflows/superset-docs-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/superset-docs-verify.yml b/.github/workflows/superset-docs-verify.yml index c33b55c6b..139cd0ae8 100644 --- a/.github/workflows/superset-docs-verify.yml +++ b/.github/workflows/superset-docs-verify.yml @@ -17,12 +17,12 @@ jobs: # See docs here: https://github.com/marketplace/actions/linkinator name: Link Checking runs-on: ubuntu-latest - continue-on-error: true # This will make the job advisory (non-blocking, no red X) steps: - uses: actions/checkout@v4 # Do not bump this linkinator-action version without opening # an ASF Infra ticket to allow the new verison first! - uses: JustinBeckwith/linkinator-action@v1.11.0 + continue-on-error: true # This will make the job advisory (non-blocking, no red X) with: paths: "**/*.md, **/*.mdx" linksToSkip: >-