Skip to content

Commit

Permalink
Fix codecov upload error (#419)
Browse files Browse the repository at this point in the history
Signed-off-by: Feny Mehta <[email protected]>
  • Loading branch information
fbm3307 authored Mar 28, 2024
1 parent 6ffc295 commit 2e54713
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
- master
tags-ignore:
- '*.*'
pull_request:
pull_request_target:
types: [ opened, synchronize, reopened, ready_for_review ]
branches:
- master

Expand All @@ -21,6 +22,10 @@ jobs:

- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
fetch-depth: 0

- name: Test
run: |
Expand Down

0 comments on commit 2e54713

Please sign in to comment.