Skip to content

Commit 8d5787a

Browse files
TrottBethGriggs
authored andcommittedSep 21, 2021
build: add .mailmap/AUTHORS to paths-ignore for test-macos
PR-URL: #40109 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 9793e7f commit 8d5787a

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)
Please sign in to comment.