Skip to content

Commit

Permalink
♻️ Refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Dec 1, 2023
1 parent cfa3da4 commit 82bd1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-createx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
run: lcov --remove lcov.info 'test/*' --output-file lcov.info --rc lcov_branch_coverage=1

- name: Post coverage report
if: ${{ (github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request') || (github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target') }}
if: ${{ (github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request') }}
uses: romeovs/[email protected]
with:
delete-old-comments: true
Expand Down

0 comments on commit 82bd1ef

Please sign in to comment.