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

gallardot pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 90a8cdcd5b fix flaky ci (#17479)
90a8cdcd5b is described below

commit 90a8cdcd5b40497cd6e1f558ade604828f4cb44f
Author: xiangzihao <[email protected]>
AuthorDate: Sat Sep 6 15:59:00 2025 +0800

    fix flaky ci (#17479)
---
 .github/workflows/lychee.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/lychee.toml b/.github/workflows/lychee.toml
index 4dd83238dc..da6f8e2f1a 100644
--- a/.github/workflows/lychee.toml
+++ b/.github/workflows/lychee.toml
@@ -17,6 +17,7 @@ exclude = [
     '^http://minio',
     '^http://minio(:\d+)?',
     
'^https://github\.com/apache/dolphinscheduler/blob/[^/]+/script/env/dolphinscheduler_env\.sh',
+    '^http://who-t\.blogspot\.com/2009/12/on-commit-messages\.html',
 ]
 
 # Exclude paths from getting checked. The values are treated as regular 
expressions

Reply via email to