Skip to content

Commit

Permalink
build: don't run test workflow on doc dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ycjcl868 committed Mar 31, 2021
1 parent 01d8b39 commit 68026d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
- canary
- v[0-9]+.x-staging
- v[0-9]+.x

paths-ignore:
- 'doc/**'
env:
PYTHON_VERSION: 3.9
FLAKY_TESTS: dontcare
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
- canary
- v[0-9]+.x-staging
- v[0-9]+.x

paths-ignore:
- 'doc/**'
env:
PYTHON_VERSION: 3.9
FLAKY_TESTS: dontcare
Expand Down

0 comments on commit 68026d7

Please sign in to comment.