Skip to content

Commit 5667d0a

Browse files
ycjcl868targos
authored andcommittedMay 1, 2021
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 <rtrott@gmail.com>
1 parent 058abbe commit 5667d0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.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)