We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5038595 commit 9914552Copy full SHA for 9914552
.github/workflows/skywalking.yaml
@@ -118,7 +118,7 @@ jobs:
118
- name: Filter OAP
119
id: filter-oap
120
# The GHA version is pinned by infra (2024-03-17)
121
- uses: tj-actions/changed-files@v43.0.0
+ uses: tj-actions/changed-files@v46
122
with:
123
files_ignore: |
124
**/*.{md,txt}
@@ -139,13 +139,13 @@ jobs:
139
component-libraries.yml
140
- name: Filter POM
141
id: filter-pom
142
143
144
files: |
145
**/pom.xml
146
- name: Filter UI
147
id: filter-ui
148
149
150
151
skywalking-ui/**
0 commit comments