Skip to content

Commit

Permalink
Fix coverage parameters once again (#2069)
Browse files Browse the repository at this point in the history
  • Loading branch information
vshampor authored Aug 21, 2023
1 parent 19835f2 commit 76e6355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/post_pr_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
with:
merge_commit_sha: ${{ github.event.pull_request.merge_commit_sha }}
last_sha_in_pr: ${{ github.event.pull_request.head.sha }}
coverage_artifact_name_in_pr: coverage_xml_common
coverage_artifact_name_in_pr: coverage_common
upload-coverage-onnx:
if: github.event.pull_request.merged == true
uses: ./.github/workflows/upload_coverage_for_develop.yml
with:
merge_commit_sha: ${{ github.event.pull_request.merge_commit_sha }}
last_sha_in_pr: ${{ github.event.pull_request.head.sha }}
coverage_artifact_name_in_pr: coverage_xml_onnx
coverage_artifact_name_in_pr: coverage_onnx

0 comments on commit 76e6355

Please sign in to comment.