Skip to content

Commit

Permalink
build: remove if check from codecov workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Jul 22, 2023
1 parent 68f17a2 commit 6bfbb8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ jobs:
name: Upload coverage file
runs-on: ubuntu-latest
needs: coverage
# Check if the event is not triggered by a fork
if: github.event.pull_request.head.repo.full_name == github.repository
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 6bfbb8c

Please sign in to comment.