This is an automated email from the ASF dual-hosted git repository.
wanghailin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 8ed4bb4206 [Fix][CI] Set continue-on-error to true for dead link job
(#9290)
8ed4bb4206 is described below
commit 8ed4bb42069308d72c7a16ff3688f16c534092fc
Author: Jia Fan <[email protected]>
AuthorDate: Thu May 8 11:09:14 2025 +0800
[Fix][CI] Set continue-on-error to true for dead link job (#9290)
---
.github/workflows/backend.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index e365fc89df..f4b310d963 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -75,6 +75,8 @@ jobs:
name: Dead links
runs-on: ubuntu-latest
timeout-minutes: 150
+ # Temporarily ignore this job to avoid blocking PRs
+ continue-on-error: true
steps:
- uses: actions/checkout@v2
- run: sudo npm install -g [email protected]