Skip to content

Commit

Permalink
fix if
Browse files Browse the repository at this point in the history
  • Loading branch information
wckdouglas committed May 21, 2024
1 parent 291c689 commit 0918d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: py-cov-action/python-coverage-comment-action@v3
id: coverage_comment
if: ${{ matrix.python-version }} == "3.9" && github.ref != 'refs/heads/main'
if: matrix.python-version == '3.9' && github.ref != 'refs/heads/main'
with:
GITHUB_TOKEN: ${{ github.token }}
ANNOTATE_MISSING_LINES: true
Expand Down

0 comments on commit 0918d39

Please sign in to comment.