Skip to content

Commit

Permalink
build: add .mailmap/AUTHORS to paths-ignore for test-macos
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Trott authored and BethGriggs committed Sep 21, 2021
1 parent 9793e7f commit 8d5787a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-macos.yml
Expand Up @@ -4,7 +4,9 @@ on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- '.mailmap'
- '**.md'
- 'AUTHORS'
- 'doc/**'
push:
branches:
Expand All @@ -14,7 +16,9 @@ on:
- v[0-9]+.x-staging
- v[0-9]+.x
paths-ignore:
- '.mailmap'
- '**.md'
- 'AUTHORS'
- 'doc/**'

env:
Expand Down

0 comments on commit 8d5787a

Please sign in to comment.