Skip to content

Commit 12229e6

Browse files
committed
Merge branch 'v1.17'
* v1.17: Don't skip static checks for docs changes (#1231)
2 parents 9bccac1 + ad183e0 commit 12229e6

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/coding-standards.yml

-4
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,11 @@ on:
77
- "v*.*"
88
- "master"
99
- "feature/*"
10-
paths-ignore:
11-
- "docs/**"
1210
push:
1311
branches:
1412
- "v*.*"
1513
- "master"
1614
- "feature/*"
17-
paths-ignore:
18-
- "docs/**"
1915

2016
env:
2117
PHP_VERSION: "8.2"

.github/workflows/static-analysis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,11 @@ on:
77
- "v*.*"
88
- "master"
99
- "feature/*"
10-
paths-ignore:
11-
- "docs/**"
1210
push:
1311
branches:
1412
- "v*.*"
1513
- "master"
1614
- "feature/*"
17-
paths-ignore:
18-
- "docs/**"
1915

2016
env:
2117
PHP_VERSION: "8.2"

0 commit comments

Comments
 (0)