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: on:
pull_request: pull_request:
paths-ignore: paths-ignore:
- "*.md" - "**.md"
- "*.txt" - "**.txt"
- "skywalking-ui" - "skywalking-ui"
- ".asf.yaml" - ".asf.yaml"
- ".dlc.yaml" - ".dlc.yaml"
@ -28,7 +28,7 @@ on:
- "docs/menu.yml" - "docs/menu.yml"
- ".github/workflows/codeql.yaml" - ".github/workflows/codeql.yaml"
- "dist-material/release-docs" - "dist-material/release-docs"
- "*/component-libraries.yml" - "**/component-libraries.yml"
schedule: schedule:
- cron: '0 18 * * *' # TimeZone: UTC 0 - cron: '0 18 * * *' # TimeZone: UTC 0