From f5eea1744d35720c66e884b5f22776fbd6deb97b Mon Sep 17 00:00:00 2001 From: ycjcl868 Date: Wed, 31 Mar 2021 18:54:22 +0800 Subject: [PATCH] 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 --- .github/workflows/test-macos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index 462e2ea35b478f..65bad59592a452 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