From 38773555553051ec5564e3eb475646cd7052682d Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Fri, 13 Sep 2024 09:09:00 -0600 Subject: [PATCH] build(ci): make linkinator advisory (#30257) --- .github/workflows/superset-docs-verify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/superset-docs-verify.yml b/.github/workflows/superset-docs-verify.yml index 0b5588342..4863da405 100644 --- a/.github/workflows/superset-docs-verify.yml +++ b/.github/workflows/superset-docs-verify.yml @@ -16,6 +16,7 @@ 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 - uses: JustinBeckwith/linkinator-action@v1.10.4