This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 683ed0d943 chore(GHA): Making the Linkinator STEP non-blocking, rather 
than the JOB. (#30847)
683ed0d943 is described below

commit 683ed0d943c3c3e9d6a25e64829eae7e7bc2b2bb
Author: Evan Rusackas <[email protected]>
AuthorDate: Thu Nov 7 21:55:34 2024 -0700

    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 c33b55c6b9..139cd0ae88 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/[email protected]
+        continue-on-error: true # This will make the job advisory 
(non-blocking, no red X)
         with:
           paths: "**/*.md, **/*.mdx"
           linksToSkip: >-

Reply via email to