Skip to content

Commit

Permalink
Merge branch 'main' into fix-categorical-nans-311
Browse files Browse the repository at this point in the history
  • Loading branch information
loreloc authored Nov 11, 2024
2 parents 4bb4617 + be7b6ed commit 669958c
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 @@ -35,7 +35,7 @@ jobs:
run: |
./scripts/coverage.sh --xml
- name: Upload coverage reports to Codecov
if: ${{ github.event.push && (github.event.push.ref == github.event.repository.default_branch) }}$
if: ${{ github.repository == 'april-tools/cirkit' && github.event.push && (github.event.push.ref == github.event.repository.default_branch) }}$
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 669958c

Please sign in to comment.