Skip to content

Commit 6dfe658

Browse files
ycjcl868danielleadams
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 cd2e6b2 commit 6dfe658

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-macos.yml

Lines changed: 2 additions & 0 deletions
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)