Skip to content

Commit

Permalink
condition on repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed May 15, 2024
1 parent d6b182a commit 1fbe2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
pytest -m 'not full_run and not regression' --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
if: contains(github.ref, 'main')
if: contains(github.repository, 'PSLmodels/InverseOptimalTax')
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 1fbe2a9

Please sign in to comment.