Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8d5787a

Browse filesBrowse files
TrottBethGriggs
authored andcommitted
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
Copy full SHA for 8d5787a

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: .github/workflows/test-macos.yml
+4Lines changed: 4 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.