Fix wrong ignore paths in GHA workflows (#8805)
This commit is contained in:
parent
7b6f50b62b
commit
2db93e1981
|
|
@ -19,8 +19,8 @@ name: CI
|
|||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "*.md"
|
||||
- "*.txt"
|
||||
- "**.md"
|
||||
- "**.txt"
|
||||
- "skywalking-ui"
|
||||
- ".asf.yaml"
|
||||
- ".dlc.yaml"
|
||||
|
|
@ -28,7 +28,7 @@ on:
|
|||
- "docs/menu.yml"
|
||||
- ".github/workflows/codeql.yaml"
|
||||
- "dist-material/release-docs"
|
||||
- "*/component-libraries.yml"
|
||||
- "**/component-libraries.yml"
|
||||
schedule:
|
||||
- cron: '0 18 * * *' # TimeZone: UTC 0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue