Fix wrong ignore paths in GHA workflows (#8805)

This commit is contained in:
kezhenxu94 2022-04-05 18:43:47 +08:00 committed by GitHub
parent 7b6f50b62b
commit 2db93e1981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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