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:
authorRich Trott <rtrott@gmail.com>2021-04-19 14:51:35 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2021-05-08 19:44:46 +0300
commit67de0f529464abac86b7c3d68b1f591b241277dd (patch)
tree7c624bca1045355521f9e9e727c717f32bee392a /.github
parent6067f958b566c81aaff10bb7daf9217c80f6e0d1 (diff)
tools: skip macOS GitHub Actions test on doc-only changes
We skip macOS GitHub Actions pushes on doc-only changes but the intention was no doubt to skip them on pull requests too. We still run the tests on Linux, so addons tests will still run when addons docs change. PR-URL: https://github.com/nodejs/node/pull/38296 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Darshan Sen <raisinten@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 40d25f7df98..9a774d96632 100644
--- a/.github/workflows/test-macos.yml
+++ b/.github/workflows/test-macos.yml
@@ -2,6 +2,8 @@ name: test-macOS
on:
pull_request:
+ paths-ignore:
+ - 'doc/**'
push:
branches:
- master