Skip to content

Commit

Permalink
CI: Only run the memory leak tests when C code is modified.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity committed Dec 22, 2024
1 parent d892e1e commit 0df42ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/memory_leak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
branches:
- master
paths:
- 'src/**'
- 'src/_pyawaitable/**'
- '.github/workflows/memory_leak.yml'
pull_request:
branches:
- master
paths:
- 'src/**'
- 'src/_pyawaitable/**'
- '.github/workflows/memory_leak.yml'

env:
Expand Down

0 comments on commit 0df42ba

Please sign in to comment.