FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tools: skip macOS GitHub Actions test on doc-only changes · nodejs/node@ed7c0d7 · GitHub

/ node Public

Commit ed7c0d7

Browse files
authored andcommitted
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>
1 parent 5ed770e commit ed7c0d7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎.github/workflows/test-macos.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: test-macOS
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- 'doc/**'
57
push:
68
branches:
79
- master

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL