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

kerwin 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 db615ba284 [hotfix] Remove dead link check path filter (#12985)
db615ba284 is described below

commit db615ba284de8ab2782ef41ab412286357d77cb6
Author: Jay Chung <[email protected]>
AuthorDate: Thu Nov 24 13:23:09 2022 +0800

    [hotfix] Remove dead link check path filter (#12985)
    
    Some patch not run docs ci due to not docs related change
---
 .github/workflows/docs.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 1a602ee5b2..13df56b099 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -18,11 +18,6 @@ name: Docs
 
 on:
   pull_request:
-    paths:
-      - '.github/workflows/docs.yml'
-      - '**/*.md'
-      - 'docs/**'
-      - '.dlc.json'
   schedule:
     - cron: '0 18 * * *'  # TimeZone: UTC 0
 

Reply via email to