Skip to content

Commit

Permalink
Explicit globstar is now required to match (#12119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Superskyyy committed Apr 17, 2024
1 parent bea7ed3 commit a9e27f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/skywalking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
with:
files_ignore: |
**/*.{md,txt}
skywalking-ui
skywalking-ui/**
.asf.yaml
.dlc.json
.gitignore
Expand All @@ -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: |
Expand Down

0 comments on commit a9e27f6

Please sign in to comment.