Skip to content

Commit

Permalink
CI: Only run the memory leak tests if the C code is modified (#45)
Browse files Browse the repository at this point in the history
I thought I did this already but apparently not.
  • Loading branch information
ZeroIntensity authored Dec 23, 2024
1 parent 3d2dd9b commit 7b0c97b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/all_checks_pass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: wechuli/allcheckspassed@v1
with:
delay: '1'
retries: '3'
polling_interval: '5'
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 7b0c97b

Please sign in to comment.