X Tutup
The Wayback Machine - https://web.archive.org/web/20210814162605/https://github.com/nodejs/node/commit/f5eea1744d
Skip to content
Permalink
Browse files
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>
  • Loading branch information
ycjcl868 authored and Trott committed Apr 10, 2021
1 parent 2853b76 commit f5eea1744d35720c66e884b5f22776fbd6deb97b
Showing with 2 additions and 0 deletions.
  1. +2 −0 .github/workflows/test-macos.yml
@@ -8,6 +8,8 @@ on:
- canary
- v[0-9]+.x-staging
- v[0-9]+.x
paths-ignore:
- 'doc/**'

env:
PYTHON_VERSION: 3.9

0 comments on commit f5eea17

Please sign in to comment.
X Tutup