X Tutup
The Wayback Machine - https://web.archive.org/web/20220320152532/https://github.com/nodejs/node/commit/ed7c0d7c1b
Skip to content
Permalink
Browse files
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: #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>
  • Loading branch information
Trott authored and targos committed May 1, 2021
1 parent 5ed770e commit ed7c0d7c1bdafa7b71ef3ce1fcbd2ad9bfe37fa5
Showing with 2 additions and 0 deletions.
  1. +2 −0 .github/workflows/test-macos.yml
@@ -2,6 +2,8 @@ name: test-macOS

on:
pull_request:
paths-ignore:
- 'doc/**'
push:
branches:
- master

0 comments on commit ed7c0d7

Please sign in to comment.
X Tutup