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

yihaochen pushed a commit to branch fix-gha-changes
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/fix-gha-changes by this push:
     new bd3ffc0adf Explicit globstar is now required to match
bd3ffc0adf is described below

commit bd3ffc0adf42b980e1f5f1dae470606923a85287
Author: Superskyyy <yihaoc...@apache.org>
AuthorDate: Tue Apr 16 22:08:08 2024 -0400

    Explicit globstar is now required to match
---
 .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/changed-files@v43.0.0
         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