File tree Expand file tree Collapse file tree 6 files changed +37
-1
lines changed
Expand file tree Collapse file tree 6 files changed +37
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ name: Build Package
33on :
44 push :
55 branches : [ "master", "qa" ]
6+ paths-ignore :
7+ - " docs/**"
8+ - " **/*.md"
9+ - " LICENSE"
610
711jobs :
812 build :
Original file line number Diff line number Diff line change @@ -5,8 +5,16 @@ name: Codespell
55on :
66 push :
77 branches : [master]
8+ paths-ignore :
9+ - " docs/**"
10+ - " **/*.md"
11+ - " LICENSE"
812 pull_request :
913 branches : [master]
14+ paths-ignore :
15+ - " docs/**"
16+ - " **/*.md"
17+ - " LICENSE"
1018
1119permissions :
1220 contents : read
Original file line number Diff line number Diff line change @@ -3,8 +3,16 @@ name: Pre Commit Check
33on :
44 push :
55 branches : [ "master", "qa" ]
6+ paths-ignore :
7+ - " docs/**"
8+ - " **/*.md"
9+ - " LICENSE"
610 pull_request :
711 branches : [ "master", "qa" ]
12+ paths-ignore :
13+ - " docs/**"
14+ - " **/*.md"
15+ - " LICENSE"
816
917jobs :
1018 pre-commit :
Original file line number Diff line number Diff line change @@ -6,8 +6,16 @@ name: Pytest Gradio Apps and Examples
66on :
77 push :
88 branches : [ "master", "qa" ]
9+ paths-ignore :
10+ - " docs/**"
11+ - " **/*.md"
12+ - " LICENSE"
913 pull_request :
1014 branches : [ "master", "qa" ]
15+ paths-ignore :
16+ - " docs/**"
17+ - " **/*.md"
18+ - " LICENSE"
1119
1220permissions :
1321 contents : read
Original file line number Diff line number Diff line change @@ -6,8 +6,16 @@ name: Pytest Camel package
66on :
77 push :
88 branches : [ "master", "qa" ]
9+ paths-ignore :
10+ - " docs/**"
11+ - " **/*.md"
12+ - " LICENSE"
913 pull_request :
1014 branches : [ "master", "qa" ]
15+ paths-ignore :
16+ - " docs/**"
17+ - " **/*.md"
18+ - " LICENSE"
1119
1220permissions :
1321 contents : read
Original file line number Diff line number Diff line change 77 - " camel/**"
88 - " examples/**"
99 - " test/integration_test/**"
10- - " .github/workflows/test-minimal-install .yml"
10+ - " .github/workflows/test_minimal_dependency .yml"
1111
1212jobs :
1313 minimal-dependency :
You can’t perform that action at this time.
0 commit comments