Fix coverage diffs for PRs that aren't up to date, take 3 (#8301)

This commit is contained in:
Robin 2022-04-12 20:22:34 -04:00 committed by GitHub
parent 82981e4161
commit a4d3da78d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,3 +32,4 @@ jobs:
with:
fail_ci_if_error: false
verbose: true
override_commit: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || '' }}