[LTP] [PATCH 1/1] ci/wiki-mirror: Don't check path

Petr Vorel pvorel@suse.cz
Fri Jan 14 11:42:31 CET 2022


Because it's checked only from latest commit,
thus wiki does not get updated when doc change is in the latest commit
of the patchset.

Reported-by: Yang Xu <xuyang2018.jy@fujitsu.com>
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 .github/workflows/wiki-mirror.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/wiki-mirror.yml b/.github/workflows/wiki-mirror.yml
index d138f8f226..302667255b 100644
--- a/.github/workflows/wiki-mirror.yml
+++ b/.github/workflows/wiki-mirror.yml
@@ -7,8 +7,6 @@ on:
   push:
     branches:
       - master
-    paths:
-      - 'doc/**'
 
 jobs:
   mirror:
-- 
2.34.1



More information about the ltp mailing list