Explicit globstar is now required to match (#12119)

This commit is contained in:
Superskyyy 2024-04-16 23:14:36 -04:00 committed by GitHub
parent bea7ed3f4a
commit a9e27f651d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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: |