Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorycjcl868 <chaolinjin@gmail.com>2021-03-31 13:54:22 +0300
committerRich Trott <rtrott@gmail.com>2021-04-11 02:51:10 +0300
commitf5eea1744d35720c66e884b5f22776fbd6deb97b (patch)
tree37ac0eb757367c73d1cbb4ac884f73c0658ffeb9 /.github
parent2853b76e202e2549a8c02ed9f46621abcb76f392 (diff)
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: https://github.com/nodejs/node/pull/37999 Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-macos.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml
index 462e2ea35b4..65bad59592a 100644
--- a/.github/workflows/test-macos.yml
+++ b/.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