Skip to content

Commit 9793e7f

Browse files
TrottBethGriggs
authored andcommittedSep 21, 2021
build: add .mailmap/AUTHORS to path-ignore for test-asan
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 886921d commit 9793e7f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed
 

‎.github/workflows/test-asan.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: test-asan
22

33
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened, ready_for_review]
6+
paths-ignore:
7+
- '.mailmap'
8+
- '**.md'
9+
- 'AUTHORS'
10+
- 'doc/**'
411
push:
512
branches:
613
- master
@@ -9,12 +16,9 @@ on:
916
- v[0-9]+.x-staging
1017
- v[0-9]+.x
1118
paths-ignore:
19+
- '.mailmap'
1220
- '**.md'
13-
- 'doc/**'
14-
pull_request:
15-
types: [opened, synchronize, reopened, ready_for_review]
16-
paths-ignore:
17-
- '**.md'
21+
- 'AUTHORS'
1822
- 'doc/**'
1923

2024
env:

0 commit comments

Comments
 (0)
Please sign in to comment.