Skip to content

Commit

Permalink
Change some more things around.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity committed Dec 22, 2024
1 parent 0661dff commit a07ab4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
name: Memory Check
name: Memory Leaks

on:
push:
branches:
- master
paths:
- 'src/**'
- '.github/workflows/memory_check.yml'
- '.github/workflows/memory_leak.yml'
pull_request:
branches:
- master
paths:
- 'src/**'
- '.github/workflows/memory_check.yml'
- '.github/workflows/memory_leak.yml'

env:
PYTHONUNBUFFERED: "1"
FORCE_COLOR: "1"
PYTHONIOENCODING: "utf8"

jobs:
run:
memory-leaks:
name: Check for memory leaks and errors
runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
PYTHONIOENCODING: "utf8"

jobs:
run:
run-tests:
name: Python ${{ matrix.python-version }} on ${{ startsWith(matrix.os, 'macos-') && 'macOS' || startsWith(matrix.os, 'windows-') && 'Windows' || 'Linux' }}
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit a07ab4b

Please sign in to comment.