Skip to content

Commit 0f1765e

Browse files
Trottnodejs-github-bot
authored andcommitted
build: add .mailmap/AUTHORS to paths-ignore for test-macos
PR-URL: #40109 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 884b478 commit 0f1765e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-macos.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
pull_request:
55
types: [opened, synchronize, reopened, ready_for_review]
66
paths-ignore:
7+
- '.mailmap'
78
- '**.md'
9+
- 'AUTHORS'
810
- 'doc/**'
911
push:
1012
branches:
@@ -14,7 +16,9 @@ on:
1416
- v[0-9]+.x-staging
1517
- v[0-9]+.x
1618
paths-ignore:
19+
- '.mailmap'
1720
- '**.md'
21+
- 'AUTHORS'
1822
- 'doc/**'
1923

2024
env:

0 commit comments

Comments
 (0)