From 5667d0a54066d1f0b59d07cba7b4f70e01693bb7 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 98a16c88699afa..40d25f7df9833f 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