Skip to content

Commit ec8dcd1

Browse files
committed
ci: add test skip case
Signed-off-by: Long Dai <long0dai@foxmail.com>
1 parent 464d53d commit ec8dcd1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/components-contrib.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,20 @@ on:
1212
- release-*
1313
tags:
1414
- v*
15+
paths-ignore:
16+
- '**.md'
17+
- '.codecov.yaml'
18+
- '.github/**'
19+
- '!.github/scripts/**'
1520
pull_request:
1621
branches:
1722
- master
1823
- release-*
24+
paths-ignore:
25+
- '**.md'
26+
- '.codecov.yaml'
27+
- '.github/**'
28+
- '!.github/scripts/**'
1929
jobs:
2030
build:
2131
name: Build ${{ matrix.target_os }}_${{ matrix.target_arch }} binaries

0 commit comments

Comments
 (0)