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

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


The following commit(s) were added to refs/heads/master by this push:
     new a9e27f651d Explicit globstar is now required to match (#12119)
a9e27f651d is described below

commit a9e27f651df2758d91ba8991e7bb9b21d696f213
Author: Superskyyy <[email protected]>
AuthorDate: Tue Apr 16 23:14:36 2024 -0400

    Explicit globstar is now required to match (#12119)
---
 .github/workflows/skywalking.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/skywalking.yaml 
b/.github/workflows/skywalking.yaml
index f773a07b6a..5a46af2118 100644
--- a/.github/workflows/skywalking.yaml
+++ b/.github/workflows/skywalking.yaml
@@ -122,7 +122,7 @@ jobs:
         with:
           files_ignore: |
             **/*.{md,txt}
-            skywalking-ui
+            skywalking-ui/**
             .asf.yaml
             .dlc.json
             .gitignore
@@ -148,7 +148,7 @@ jobs:
         uses: tj-actions/[email protected]
         with:
           files: |
-            skywalking-ui
+            skywalking-ui/**
       - name: List all modified files
         if: steps.filter-oap.outputs.any_modified == 'true' || 
steps.filter-ui.outputs.any_modified == 'true' || 
steps.filter-pom.outputs.any_modified == 'true'
         run: |

Reply via email to