Skip to content

Commit 6727911

Browse files
Update test results publishing to only run on Python 3.11 and simplify check name
Co-Authored-By: Aaron <AJ> Steers <[email protected]>
1 parent b971723 commit 6727911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest_matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ jobs:
9595
9696
- name: Publish Test Results
9797
uses: EnricoMi/publish-unit-test-result-action@v2
98-
if: always() && !cancelled() && steps.changes.outputs.src == 'true'
98+
if: always() && !cancelled() && steps.changes.outputs.src == 'true' && matrix.python-version == '3.11'
9999
continue-on-error: true
100100
with:
101-
check_name: "PyTest Results (Matrix, Python ${{ matrix.python-version }}, ${{ matrix.os }})"
101+
check_name: "PyTest Results (Full)"
102102
large_files: true
103103
files: |
104104
build/test-results/**/*.xml

0 commit comments

Comments
 (0)