Skip to content

Commit 884b478

Browse files
Trottnodejs-github-bot
authored andcommitted
build: add .mailmap/AUTHORS to path-ignore for test-asan
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 ecb6c84 commit 884b478

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)