Skip to content

Commit

Permalink
build: don't run test workflow on doc dir on macOS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ycjcl868 authored and targos committed May 1, 2021
1 parent 058abbe commit 5667d0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-macos.yml
Expand Up @@ -8,6 +8,8 @@ on:
- canary
- v[0-9]+.x-staging
- v[0-9]+.x
paths-ignore:
- 'doc/**'

env:
PYTHON_VERSION: 3.9
Expand Down

0 comments on commit 5667d0a

Please sign in to comment.