Skip to content

Commit a07ab4b

Browse files
committed
Change some more things around.
1 parent 0661dff commit a07ab4b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
name: Memory Check
1+
name: Memory Leaks
22

33
on:
44
push:
55
branches:
66
- master
77
paths:
88
- 'src/**'
9-
- '.github/workflows/memory_check.yml'
9+
- '.github/workflows/memory_leak.yml'
1010
pull_request:
1111
branches:
1212
- master
1313
paths:
1414
- 'src/**'
15-
- '.github/workflows/memory_check.yml'
15+
- '.github/workflows/memory_leak.yml'
1616

1717
env:
1818
PYTHONUNBUFFERED: "1"
1919
FORCE_COLOR: "1"
2020
PYTHONIOENCODING: "utf8"
2121

2222
jobs:
23-
run:
23+
memory-leaks:
2424
name: Check for memory leaks and errors
2525
runs-on: ubuntu-latest
2626

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626
PYTHONIOENCODING: "utf8"
2727

2828
jobs:
29-
run:
29+
run-tests:
3030
name: Python ${{ matrix.python-version }} on ${{ startsWith(matrix.os, 'macos-') && 'macOS' || startsWith(matrix.os, 'windows-') && 'Windows' || 'Linux' }}
3131
runs-on: ${{ matrix.os }}
3232
strategy:

0 commit comments

Comments
 (0)