Skip to content

Commit fa6d053

Browse files
committed
Only match test sessions
1 parent 1c73ab4 commit fa6d053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uv run noxfile.py -s "${{ matrix.session }}"
3939
-- --pyargs sqlalchemy_mptt --cov-report xml
4040
- name: Upload coverage data
41-
if: ${{ matrix.session != 'lint' }}
41+
if: ${{ startsWith(matrix.session, 'test(') }}
4242
uses: coverallsapp/github-action@v2
4343
with:
4444
flag-name: run-${{ join(matrix.*, '-') }}

0 commit comments

Comments
 (0)