Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Jan 7, 2024
1 parent dde921d commit 51e201b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
coverage report
- name: Upload coverage to Codecov
if: matrix.config.os == 'ubuntu-latest' && matrix.config.python-version == '3.10' && github.actor == 'zktuong'
if: matrix.config.os == 'ubuntu-latest' && matrix.config.python-version == '3.10' && github.actor == 'zktuong' && github.repository == 'zktuong/dandelion'
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 51e201b

Please sign in to comment.