Skip to content

Commit f5eea17

Browse files
ycjcl868Trott
authored andcommitted
build: don't run test workflow on doc dir on macOS
Leaving it in the Linux workflow because addons tests are affected by changes to addons.md example code. So we need to keep that running somewhere for docs changes, but one platform seems sufficient. PR-URL: #37999 Reviewed-By: Rich Trott <[email protected]>
1 parent 2853b76 commit f5eea17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/test-macos.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- canary
99
- v[0-9]+.x-staging
1010
- v[0-9]+.x
11+
paths-ignore:
12+
- 'doc/**'
1113

1214
env:
1315
PYTHON_VERSION: 3.9

0 commit comments

Comments
 (0)