Skip to content

Commit 3d9723d

Browse files
authored
Apply suggestions from code review
1 parent 91a0c47 commit 3d9723d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
116116
- name: Publish Test Results
117117
uses: EnricoMi/publish-unit-test-result-action@v2
118-
if: always() && !cancelled()
118+
if: always() && !cancelled() && matrix.python-version == '3.11'
119119
continue-on-error: true
120120
with:
121121
check_name: "PyTest Results (On-Demand)"

0 commit comments

Comments
 (0)