Skip to content

Commit 1e76a48

Browse files
authored
Fix: correct matrix variable name (#75)
2 parents 6c1cc81 + 9d8a120 commit 1e76a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Coverage comment
4646
uses: py-cov-action/python-coverage-comment-action@v3
47-
if: github.event_name != 'workflow_call' && matrix.version == '3.11'
47+
if: github.event_name != 'workflow_call' && matrix.python-version == '3.11'
4848
with:
4949
GITHUB_TOKEN: ${{ github.token }}
5050
MINIMUM_GREEN: 90

0 commit comments

Comments
 (0)