Skip to content

Commit 0df42ba

Browse files
committed
CI: Only run the memory leak tests when C code is modified.
1 parent d892e1e commit 0df42ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/memory_leak.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
branches:
66
- master
77
paths:
8-
- 'src/**'
8+
- 'src/_pyawaitable/**'
99
- '.github/workflows/memory_leak.yml'
1010
pull_request:
1111
branches:
1212
- master
1313
paths:
14-
- 'src/**'
14+
- 'src/_pyawaitable/**'
1515
- '.github/workflows/memory_leak.yml'
1616

1717
env:

0 commit comments

Comments
 (0)