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 danielleadams committed May 8, 2021
1 parent cd2e6b2 commit 6dfe658
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 6dfe658

Please sign in to comment.