Skip to content

Commit

Permalink
Actually committed OS check for running codecov!
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory Barnes committed Apr 15, 2024
1 parent 5dc1ad7 commit 91476d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
files: junit/test-*.xml

- name: CodeCov
if: ${{ matrix.python-version }} == '3.9'
if: ${{ matrix.os }} == ubuntu-22.04 && ${{ matrix.python-version }} == '3.9'
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 91476d9

Please sign in to comment.